--- src/sys/kern/kern_exit.c 2005/06/26 04:36:31 1.43 +++ src/sys/kern/kern_exit.c 2005/09/11 11:34:53 1.44 @@ -378,10 +378,6 @@ exit1(int rv) } wakeup((caddr_t)p->p_pptr); -#if defined(tahoe) - /* move this to cpu_exit */ - p->p_thread->td_pcb->pcb_saveacc.faddr = (float *)NULL; -#endif /* * cpu_exit is responsible for clearing curproc, since * it is heavily integrated with the thread/switching sequence.