]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/s390/cio/cio.c
[S390] add MACHINE_IS_LPAR flag
[mv-sheeva.git] / drivers / s390 / cio / cio.c
index 126f240715a426ecdc115f3fc514173c1442d5cb..f9d8c7936a0945ddae29ee42b42b375b9210d758 100644 (file)
@@ -661,7 +661,7 @@ void __irq_entry do_IRQ(struct pt_regs *regs)
                 * We don't do this for VM because a tpi drops the cpu
                 * out of the sie which costs more cycles than it saves.
                 */
-       } while (!MACHINE_IS_VM && tpi (NULL) != 0);
+       } while (MACHINE_IS_LPAR && tpi(NULL) != 0);
        irq_exit();
        set_irq_regs(old_regs);
 }