altos: Block interrupts while waking tasks sleeping on timers.
authorKeith Packard <keithp@keithp.com>
Wed, 29 Jun 2016 00:04:59 +0000 (17:04 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 30 Jun 2016 02:17:45 +0000 (19:17 -0700)
Interrupts may not be blocked in the timer ISR, but they need to be
while walking the pending timer list and moving tasks back to the run
queue.

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

No differences found