Currently, only the SCC uses the fast lane for driver task

This commit is contained in:
Stefan Lankes 2011-08-27 23:18:29 -07:00
parent e015f72686
commit a748ac7257

View file

@ -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();