CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/11 15:42:01
Modified files:
sys/arch/arm64/arm64: cpu.c pmap.c
Log message:
Disable PAC with the architected algorithm for now, but leave it enabled
when the hardware uses an implementation defined algorithm. There are
issues with PAC on the x13s (but not on the windows dev kit) which uses
the architected algorithm as it uses a core designed by ARM. This leaves
PAC enabled on Apple hardware.
ok deraadt@
