On Mon Jul 19 17:26:13 EDT 2010, fors...@terzarima.net wrote: > >Is one interrupt being dispatched to two cpus, I wonder? > > even so, that should be fine, but ether8169.c doesn't seem to make much use > of the rlock it declares.
really? i thought a bedrock assumption of pci interrupts is that once an interrupt vector is asserted, it can't reassert until the os has acked that vector with EOI. it may be that the same interrupt source is mapped to different vectors on the different processors. that would be an interesting world to live in. - erik