diff options
| -rw-r--r-- | drivers/acpi/processor_idle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/processor_idle.c b/drivers/acpi/processor_idle.c index acd875e0caca..5f51057518b0 100644 --- a/drivers/acpi/processor_idle.c +++ b/drivers/acpi/processor_idle.c | |||
| @@ -296,6 +296,7 @@ static void acpi_processor_idle(void) | |||
| 296 | smp_mb__after_clear_bit(); | 296 | smp_mb__after_clear_bit(); |
| 297 | if (need_resched()) { | 297 | if (need_resched()) { |
| 298 | set_thread_flag(TIF_POLLING_NRFLAG); | 298 | set_thread_flag(TIF_POLLING_NRFLAG); |
| 299 | local_irq_enable(); | ||
| 299 | return; | 300 | return; |
| 300 | } | 301 | } |
| 301 | } | 302 | } |
