K 10 svn:author V 3 alc K 8 svn:date V 27 2004-07-30T20:38:30.000000Z K 7 svn:log V 293 - Push down the acquisition and release of Giant into pmap_protect() on those architectures without pmap locking. - Eliminate the acquisition and release of Giant from vm_map_protect(). (Translation: mprotect(2) runs to completion without touching Giant on alpha, amd64, i386 and ia64.) END