]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Hold the page queues lock when calling pmap_protect(); it updates fields
authorAlan Cox <alc@FreeBSD.org>
Sun, 1 Dec 2002 18:57:56 +0000 (18:57 +0000)
committerAlan Cox <alc@FreeBSD.org>
Sun, 1 Dec 2002 18:57:56 +0000 (18:57 +0000)
commitbc105a67979d3b1ee21d96d8e46e19e85463dbd2
tree425df9792c443e4cf082c2ae44d5d47f24c8106a
parentce47767519bea3e538920a9e3337e6b3458a3862
Hold the page queues lock when calling pmap_protect(); it updates fields
of the vm_page structure.  Make the style of the pmap_protect() calls
consistent.

Approved by: re (blanket)
sys/vm/vm_map.c