K 10 svn:author V 3 alc K 8 svn:date V 27 2002-05-18T07:48:06.000000Z K 7 svn:log V 302 o Remove GIANT_REQUIRED from vm_map_madvise(). Instead, acquire and release Giant around vm_map_madvise()'s call to pmap_object_init_pt(). o Replace GIANT_REQUIRED in vm_object_madvise() with the acquisition and release of Giant. o Remove the acquisition and release of Giant from madvise(). END