K 10 svn:author V 6 marcel K 8 svn:date V 27 2003-04-22T01:48:43.000000Z K 7 svn:log V 358 Don't use the tpa instruction to implement pmap_kextract. The tpa instruction requires that a translation is present in the TC. This may trigger a TLB miss and a subsequent call to vm_fault(). This implementation is deliberately non-inline for debugging and profiling purposes. Partial or full inlining should eventually be done. Valuable insights by: jake END