1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Remove if defined(tahoe) cobwebs.

This commit is contained in:
Jake Burkholder 2000-12-04 09:49:34 +00:00
parent 7a8671e9b7
commit 85b039fe64
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69565

View File

@ -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