Module Name: src Committed By: jmcneill Date: Sat Feb 20 14:51:07 UTC 2021
Modified Files: src/sys/arch/aarch64/include: cpu.h src/sys/arch/arm/include: cpu.h src/sys/arch/arm/pic: pic.c Log Message: Move 'struct pic_pending' from percpu to struct cpu_info. Saves a few instructions in splx. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/aarch64/include/cpu.h cvs rdiff -u -r1.114 -r1.115 src/sys/arch/arm/include/cpu.h cvs rdiff -u -r1.65 -r1.66 src/sys/arch/arm/pic/pic.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.