summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller/atmegadci.c
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2014-05-13 13:20:23 +0000
committeralc <alc@FreeBSD.org>2014-05-13 13:20:23 +0000
commitcf3c13370d943636a7b54be57e164459cf6e893e (patch)
treee6b99c46a7fe425046c1d7b130f9b045e5f061f5 /sys/dev/usb/controller/atmegadci.c
parent88f7e0f645b955839b7b93ee55c43678bbf0f160 (diff)
downloadFreeBSD-src-cf3c13370d943636a7b54be57e164459cf6e893e.zip
FreeBSD-src-cf3c13370d943636a7b54be57e164459cf6e893e.tar.gz
On a fork allow read-only wired pages to be copy-on-write shared between the
parent and child processes. Previously, we copied these pages even though they are read only. However, the reason for copying them is historical and no longer exists. In recent times, vm_map_protect() has developed the ability to copy pages when write access is added to wired copy-on-write pages. So, in this case, copy-on-write sharing of wired pages is not to be feared. It is not going to lead to copy-on-write faults on wired memory. Reviewed by: kib MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'sys/dev/usb/controller/atmegadci.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud