Skip to content

Commit

Permalink
Add missing "local_irq_enable()" to C2/C3 exit logic
Browse files Browse the repository at this point in the history
Silly bug crept in with the C2/C3 TIF_POLLING_NRFLAG fixes.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Linus Torvalds committed Dec 3, 2005
1 parent 1b0997f commit af2eb17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/acpi/processor_idle.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ static void acpi_processor_idle(void)
smp_mb__after_clear_bit();
if (need_resched()) {
set_thread_flag(TIF_POLLING_NRFLAG);
local_irq_enable();
return;
}
}
Expand Down

0 comments on commit af2eb17

Please sign in to comment.