CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2017/03/22 04:47:29
Modified files: sys/arch/arm64/arm64: pmap.c sys/arch/arm64/conf: kern.ldscript Log message: Implement kernel W^X for arm64. For this purpose align the different segments containing .text, .rodata and .data/.bss at 2MB boundaries and set the appropriate access permissions on the block translations. ok patrick@