K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2012-03-18T13:22:42.073099Z K 7 svn:log V 345 Remove acquisition of VM page queues lock from pmap_protect(). Any actual manipulation of the pvo_vlink and pvo_olink entries is already protected by the table lock, so most remaining instances of the acquisition of the page queues lock can likely be replaced with the table lock, or removed if the table lock is already held. Reviewed by: alc END