CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/02/24 10:16:41
Modified files:
sys/arch/arm64/arm64: intr.c
sys/arch/arm64/dev: ampintc.c bcm2836_intr.c
sys/arch/arm64/include: intr.h
Log message:
Retire the global interrupt establish and disestablish API. It has been
of good use for supporting multiple SoCs with each their own interrupt
controllers, but as of now we have replaced it wit the FDT-enabled API.
ok kettenis@
