K 10 svn:author V 6 cognet K 8 svn:date V 27 2005-06-16T13:21:52.000000Z K 7 svn:log V 257 Don't pass the kernel_pmap to pmap_fault_fixup() if the fault comes from kernel mode, always use the curthread pmap instead. There are valid cases were we can fault on a user address from the kernel without pcb_onfault being set. Approved by: re (blanket) END