CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/02/03 12:57:11
Modified files:
sys/uvm : uvm_fault.c
Log message:
The sparc64 pmap at least requires the fault access_type to be a
subset of the request permissions, so when forcing an initial RO
fault for CoW also clamp the access_type.
problem reported by bluhm@
based on a suggestion from miod@
ok kettenis@
