CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2025/01/25 05:29:35
Modified files: sys/arch/arm64/arm64: cpu.c pmap.c sys/arch/arm64/include: armreg.h Log message: Improve the way we print the PAC feature flag to catch up with new versions of the architecture. Add decoding for APA3 such that we can tell that newer ARM cores support PAC. ok jsg@