CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2014/03/31 14:16:39

Modified files:
        sys/uvm        : uvm_fault.c 

Log message:
In uvm_fault(), when attempting to map backpages and forwpages, defer
the pmap_update() to the end of the loop, rather than after each loop
iteration - which might not even end up invoking pmap_enter()!

Quiet blessing from guenther@ deraadt@

Reply via email to