Currently, only the SCC uses the fast lane for driver task
This commit is contained in:
parent
e015f72686
commit
a748ac7257
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ void irq_handler(struct state *s)
|
|||
#endif
|
||||
|
||||
leave_handler:
|
||||
#if 1
|
||||
#ifdef CONFIG_ROCKCREEK
|
||||
// add fast lane for the driver task
|
||||
if (s->int_no >= 32)
|
||||
scheduler();
|
||||
|
|
Loading…
Add table
Reference in a new issue