K 10 svn:author V 3 alc K 8 svn:date V 27 2012-08-10T05:47:04.714128Z K 7 svn:log V 245 Eliminate an unnecessary acquisition and release of the page queues lock from pmap_pte(). PT_SET_MA() is not a queued mapping update, but instead an immediate mapping update, so the page queues lock is not required here. Reviewed by: cperciva END