CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/12/07 14:33:28
Modified files:
sys/arch/arm/cortex: ampintc.c
sys/arch/arm64/dev: agintc.c ampintc.c
sys/arch/armv7/marvell: mvmpic.c
Log message:
For shared interrupts we need to make sure that we register
with the lowest IPL. Once we actually run the IRQ handler
we raise to the highest IPL. Fixes a crash seen when having
a network card in the PCIe slot of the MacchiatoBin.
ok ccardenas@
