On Tue, 2010-01-12 at 09:35 +0900, Tejun Heo wrote: > > I think the only solution then is to disable the IRQ from the PIC. > We'll probably need to generalize there a bit as it seems there are > odd cases where we fall into IRQ storm but for now I think adding > special case code with sufficient comment should do it. I'll cook up a patch for pata_macio that keeps the irq disabled until the first taskfile is fired. We don't share interrupts on those guys so it shouldn't be a big deal, we'll see if it helps with Mikael's problem. For the more "generic" case, I think you are stuffed when shared interrupts enter the picture. We'll see if you still get reports of such interrupt storms, when they happen ... Cheers, Ben. -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html