CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/16 05:14:26
Modified files:
sys/arch/arm64/arm64: pmap.c
sys/arch/arm64/include: pmap.h
Log message:
Make enabling the BTI feature a per-pmap thing by storing the ATTR_GP bit
in a new pm_guarded member of struct pmap and using this member to add
the bits to the PTEs
ok deraadt@
