CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/05/28 23:05:34
Modified files:
sys/kern : exec_subr.c
Log message:
When vmcmd_map_readvn() maps in the page it reads into, it forces
it to be writable but otherwise uses the correct final permissions.
Ergo, it only needs to call uvm_map_protect() if the requested
permissions didn't include UVM_PROT_WRITE.
ok beck@
