CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/06/27 11:07:19
Modified files:
sys/arch/sparc64/sparc64: intr.c
Log message:
If an shared interrupt handler returns -1, continue running other handlers.
If it returns 1, skip calling the handlers further down the list. The
interrupt pin will remain asserted, and the handler will be called on the
next go-around. This makes sparc64 "similar" to other architectures.
ok kettenis jsing
