NetBSD/sys/arch/hp700
skrll d2c7e180a1 Sync with the following OpenBSD changes, but do the shared interrupt
reporting differently.  Each cpu and device interrupt gets its own
counter.

revision 1.14
Fix counting of interrupts for devices that attach to elroy(4).  Shared
interrupts would be counted double, once for the interrupting device and
once for the device at the head of the chain.  The handlers would run properly
though.  Avoid this by giving each device its own interrupt counter instead
of using the counter provided by the generic interrupt handling code for the
head of the chain.

revision 1.13
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.
2012-04-14 10:43:19 +00:00
..
compile
conf unifdef FPEMUL. All our supported systems have an FPU. 2012-04-06 12:21:58 +00:00
dev Sync with the following OpenBSD changes, but do the shared interrupt 2012-04-14 10:43:19 +00:00
gsc Don't take sc_intr_lock in harmony_trigger_input it's already taken by 2012-02-23 21:41:23 +00:00
hp700 unifdef FPEMUL. All our supported systems have an FPU. 2012-04-06 12:21:58 +00:00
include Split out cpu_softc into cpuvar.h 2012-04-05 21:00:29 +00:00
stand Typo in comment. 2012-02-26 07:23:24 +00:00
Makefile