CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/12/04 14:52:08
Modified files:
sys/arch/sgi/xbow: xbridge.c
Log message:
Move the PIC revision 1 interrupt workaround from xbridge_pci_intr_handler()
to a dedicated wrapper function, and register either xbridge_pci_intr_handler()
or the wrapper as the interrupt handler, depending upon which chip we run on.
Saves the cost of the workaround on non-affected chips, which are a large
majority.
