powerpc/smp: Do not disable IPI interrupts during suspend
[deliverable/linux.git] / arch / powerpc / kernel / smp.c
index a51ed205016ec2c1fb63c52441e391c927ac4ea9..2b952b5386fd5eae72bcf6a7c8320d1768156277 100644 (file)
@@ -171,7 +171,7 @@ int smp_request_message_ipi(int virq, int msg)
        }
 #endif
        err = request_irq(virq, smp_ipi_action[msg],
-                         IRQF_PERCPU | IRQF_NO_THREAD,
+                         IRQF_PERCPU | IRQF_NO_THREAD | IRQF_NO_SUSPEND,
                          smp_ipi_name[msg], 0);
        WARN(err < 0, "unable to request_irq %d for %s (rc %d)\n",
                virq, smp_ipi_name[msg], err);
This page took 0.039624 seconds and 5 git commands to generate.