Module Name: src Committed By: jmcneill Date: Sat Jun 25 12:41:56 UTC 2022
Modified Files: src/sys/arch/aarch64/include: cpu.h src/sys/arch/arm/broadcom: bcm2835_intr.c src/sys/arch/arm/cortex: gic.c gicv3.c src/sys/arch/arm/imx: imx23_icoll.c src/sys/arch/arm/include: cpu.h src/sys/arch/arm/marvell: armadaxp.c src/sys/arch/arm/pic: pic.c src/sys/arch/arm/sunxi: sunxi_intc.c Log Message: pic: Update ci_cpl in pic_set_priority callback. Not all ICs need interrupts disabled to update the priority. DAIF accesses are not cheap, so push the update of ci_cpl from pic_set_priority to the IC's pic_set_priority callback, and let the IC driver determine whether or not it needs interrupts disabled. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/arch/aarch64/include/cpu.h cvs rdiff -u -r1.42 -r1.43 src/sys/arch/arm/broadcom/bcm2835_intr.c cvs rdiff -u -r1.53 -r1.54 src/sys/arch/arm/cortex/gic.c cvs rdiff -u -r1.50 -r1.51 src/sys/arch/arm/cortex/gicv3.c cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/imx/imx23_icoll.c cvs rdiff -u -r1.122 -r1.123 src/sys/arch/arm/include/cpu.h cvs rdiff -u -r1.25 -r1.26 src/sys/arch/arm/marvell/armadaxp.c cvs rdiff -u -r1.79 -r1.80 src/sys/arch/arm/pic/pic.c cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/sunxi/sunxi_intc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.