K 10 svn:author V 3 alc K 8 svn:date V 27 2003-11-19T18:48:45.000000Z K 7 svn:log V 338 - Avoid a lock-order reversal between Giant and a system map mutex that occurs when kmem_malloc() fails to allocate a sufficient number of vm pages. Specifically, we avoid the lock-order reversal by not grabbing Giant around pmap_remove() if the map is the kmem_map. Approved by: re (jhb) Reported by: Eugene END