CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/04/23 16:20:22
Modified files:
sys/arch/hppa/dev: apic.c
Log message:
Stop calling shared interrupt handlers as soon as one of them return 1
(positive interrupt was for me), like we do on other architectures.
This is done here, at the elroy(4) driver level, since this is where shared
PCI interrupts are handled. We could do something similar for dino(4) but
this optimization is probably not very relevant there.
ok deraadt@
