Module Name: src Committed By: ryo Date: Fri Aug 10 21:06:42 UTC 2018
Modified Files: src/sys/arch/aarch64/aarch64: locore.S pmap.c src/sys/arch/aarch64/include: pmap.h Log Message: treat kernel-exec attr and user-exec attr separately. kernel cannot execute userland exec page, and user cannot execute kernel page. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/aarch64/aarch64/locore.S \ src/sys/arch/aarch64/aarch64/pmap.c cvs rdiff -u -r1.7 -r1.8 src/sys/arch/aarch64/include/pmap.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.