Commit 6169c8c2 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] 2.5.6-pre3. APM idle fix.

Stephen Rothwell <sfr@canb.auug.org.au>: [PATCH] APM idleing fix:

	This bug slipped back in with the need_resched() macro substitution.
parent 2f41abeb
......@@ -812,7 +812,7 @@ static void apm_cpu_idle(void)
t1 = IDLE_LEAKY_MAX;
while (need_resched()) {
while (!need_resched()) {
if (use_apm_idle) {
unsigned int t;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment