K 10 svn:author V 5 peter K 8 svn:date V 27 2003-10-30T22:15:22.000000Z K 7 svn:log V 206 Change the pmap_invalidate_xxx() functions so they test against pmap == kernel_pmap rather than pmap->pm_active == -1. gcc's inliner can remove more code that way. Only kernel_pmap has a pm_active of -1. END