Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/uvm
Module Name: src
Committed By: drochner
Date: Wed Jul 5 14:26:42 UTC 2006
Modified Files:
src/sys/uvm: uvm_extern.h uvm_km.c
Log Message:
Introduce a UVM_KMF_EXEC flag for uvm_km_alloc() which enforces an
executable mapping. Up to now, only R+W was requested from pmap_kenter_pa.
On most CPUs, we get an executable mapping anyway, due to lack of
hardware support or due to lazyness in the pmap implementation. Only
alpha does obey VM_PROT_EXECUTE, afaics.
To generate a diff of this commit:
cvs rdiff -r1.114 -r1.115 src/sys/uvm/uvm_extern.h
cvs rdiff -r1.88 -r1.89 src/sys/uvm/uvm_km.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index