K 10 svn:author V 6 marius K 8 svn:date V 27 2010-11-07T17:50:55.906268Z K 7 svn:log V 316 MFC: r214528 - When resetting pm_active and pm_context of a pmap in pmap_pinit() we need locking as otherwise we may race against the other parts of the MD code which expects a consistent state of these. While at it move the resetting of the pmap before entering it in the TSB. - Spell a 0 as TLB_CTX_KERNEL. END