K 10 svn:author V 3 dfr K 8 svn:date V 27 2002-03-14T19:33:03.000000Z K 7 svn:log V 360 * Save and restore PCPU_GET(current_pmap) in pcb_pmap so that we don't lose if a process is preempted while pmap is temporarily switched to another pmap. * For SMP, drop the high-fp state when a thread is switched away from so that if another cpu resumes that thread, it doesn't have to play games with IPI to get ahold of the correct register values. END