CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2021/03/27 14:03:15
Modified files: sys/arch/arm64/arm64: locore.S sys/arch/arm64/include: armreg.h Log message: Make sure that all CPUs end up with the same bits set in SCTLR_EL1. Do this by clearing all the bits marked RES0 and set all the bits marked RES1 for the ARMv8.0. Any optional features introduced in later revisions of the architecture (such as PAN) will be enabled after SCTLR_EL1 is initialized. ok patrick@