That is STILL wrong. You'd have a dead mouse, just because the PCI
subsystem (incorrectly) enabled an interrupt route that it should not have
enabled.
Trust me, the rigth thing is to NOT have the PCI subsystem change things
it does not understand. Problem solved.
> We could do something like
>
> if (no driver handler interrupt, and 1000 of such interrupts came one
> after each other)
> printk( "Someone is interrupting us and we don't know what to do
> with it\n" );
> disable_irq(offending_irq);
Sure. Dead mouse.
Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/