K 10 svn:author V 3 alc K 8 svn:date V 27 2003-07-08T19:40:35.000000Z K 7 svn:log V 228 In pmap_object_init_pt(), the pmap_invalidate_all() should be performed on the caller-provided pmap, not the kernel_pmap. Using the kernel_pmap results in an unnecessary IPI for TLB shootdown on SMPs. Reviewed by: jake, peter END