CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/08/10 15:22:43
Modified files:
sys/arch/arm/arm: cpufunc.c
sys/arch/arm/include: pmap.h pte.h
Log message:
Shuffle armv7 access permission bits around to something that is compatible
with setting the Access Flag Enable bit in the System Control Register.
The new settings mean that read-only userland pages are no longer writable
by the kernel, which is a good thing. Set the Access Flag Enable bit.
ok patrick@
