CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/12/15 05:59:24
Modified files:
sys/arch/arm64/arm64: intr.c cpu.c
sys/arch/arm64/dev: agintc.c ampintc.c aplintc.c bcm2836_intr.c
sys/arch/arm64/include: cpu.h
Log message:
avoid including "xcall.h" in cpu.h to avoid confusing userland.
llvm couldn't find "xcall.h". this follows the example set by amd64 now.
tb@ hit this, and says it helps.
