On Fri, 2012-04-27 at 00:24 +0200, Alexander Graf wrote: > > This is to actually enable interrupts for real, regardless of ppc64 > and ppc32. In fact, the previous code was pretty buggy - it was > running the handlers with interrupts disabled ;). They should be run with interrupts disabled.. tho both soft & hard. You probably do want to call local_irq_disable() unconditionally anyway, because on ppc32, that will give you the proper accounting vs. lockdep. Cheers, Ben. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html