> But what if two PCI Devices are sharing the same interrupt line?
> Then how does the handler handle this?
> Can you please explain this handling by the Kernel?
have a look at arch/i386/kernel/irq.c:request_irq then go down to do_IRQ
-> handle_IRQ_event. if you want the guts before that, check out
arch/i386/kernel/entry.S around common_interrupt.
Zwane
-- function.linuxpower.ca- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/