Module Name: src Committed By: maxv Date: Fri Feb 9 09:07:13 UTC 2018
Modified Files: src/sys/uvm: uvm_bio.c Log Message: Use UVM_PROT_RW instead of UVM_PROT_ALL. This doesn't change anything, since the protection code is not applied: the pages are manually kentered as RW. But fix it anyway, so that "pmap 0" does not say the map is executable. To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 src/sys/uvm/uvm_bio.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.