altos: Leave interrupts disabled while checking for task to run
authorKeith Packard <keithp@keithp.com>
Thu, 25 Oct 2012 20:40:54 +0000 (13:40 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 26 Oct 2012 21:07:04 +0000 (14:07 -0700)
Otherwise, we run the risk of an interrupt waking a task after we've
decided to idle the CPU.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found