From: Keith Packard Date: Thu, 25 Oct 2012 20:40:54 +0000 (-0700) Subject: altos: Leave interrupts disabled while checking for task to run X-Git-Tag: 1.1.9.2~16 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;ds=sidebyside;h=ccf0faa7d26d56deca7928b521d07be40504466a;hp=ccf0faa7d26d56deca7928b521d07be40504466a;p=fw%2Faltos altos: Leave interrupts disabled while checking for task to run Otherwise, we run the risk of an interrupt waking a task after we've decided to idle the CPU. Signed-off-by: Keith Packard ---