diff options
-rw-r--r-- | sys/kern/kern_exit.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/kern/kern_exit.c b/sys/kern/kern_exit.c index ce3cc21..861f007 100644 --- a/sys/kern/kern_exit.c +++ b/sys/kern/kern_exit.c @@ -344,10 +344,6 @@ exit1(p, rv) } wakeup((caddr_t)p->p_pptr); -#if defined(tahoe) - /* move this to cpu_exit */ - p->p_addr->u_pcb.pcb_savacc.faddr = (float *)NULL; -#endif /* * Clear curproc after we've done all operations * that could block, and before tearing down the rest |