CVSROOT:        /cvs
Module name:    src
Changes by:     gerh...@cvs.openbsd.org 2012/10/18 02:46:23

Modified files:
        sys/uvm        : uvm_map.c 

Log message:
Wiring map entries with VM_PROT_NONE only waists RAM and bears no
advantages. We shouln't do this. If the protection changes later on
(and VM_MAP_WIREFUTURE was set), uvm_map_protect() will wire them.
Found by Matthias Pitzl.

ok miod@ markus@

Reply via email to