powerpc: Mark IPI interrupts IRQF_NO_THREAD
[linux-2.6-block.git] / arch / powerpc / sysdev / xics / xics-common.c
index 63762c672a0372b7f2eb5469c85c63cd5617402a..d72eda6a4c055dcd84c1347525b727998da252fb 100644 (file)
@@ -137,7 +137,7 @@ static void xics_request_ipi(void)
         * IPIs are marked IRQF_PERCPU. The handler was set in map.
         */
        BUG_ON(request_irq(ipi, icp_ops->ipi_action,
-                          IRQF_PERCPU, "IPI", NULL));
+                          IRQF_PERCPU | IRQF_NO_THREAD, "IPI", NULL));
 }
 
 int __init xics_smp_probe(void)