Add missing "local_irq_enable()" to C2/C3 exit logic

Silly bug crept in with the C2/C3 TIF_POLLING_NRFLAG fixes.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>

+1
+1
drivers/acpi/processor_idle.c
··· 296 296 smp_mb__after_clear_bit(); 297 297 if (need_resched()) { 298 298 set_thread_flag(TIF_POLLING_NRFLAG); 299 + local_irq_enable(); 299 300 return; 300 301 } 301 302 }