CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/06/17 11:15:07
Modified files:
sys/arch/vax/vax: pmap.c
Log message:
Make kernel text read-only and unreadable from userland, and remove the bogus
comment about the emulation code requiring kernel text to be readable from
userland.
Add a few DIAGNOSTIC checks for rogue ptes passed to rmpage().
Make sure the pte extent operations and update_pcbs() run at >= IPL_SCHED.
