diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1998-04-07 09:09:41 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1998-04-07 09:09:41 +0000 |
| commit | 7b0e2080ab9e595a2c7ec6cdac741b7b07210f8b (patch) | |
| tree | 100a0e6899b8e626bb1a7b3e5da80581bdccf9d1 | |
| parent | 74a64e52c9bab40c01d8b78538986d98d2d8520c (diff) | |
Notes
| -rw-r--r-- | sys/pc98/pc98/npx.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/pc98/pc98/npx.c b/sys/pc98/pc98/npx.c index 727e140fa078..cc56f2669230 100644 --- a/sys/pc98/pc98/npx.c +++ b/sys/pc98/pc98/npx.c @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * from: @(#)npx.c 7.2 (Berkeley) 5/12/91 - * $Id: npx.c,v 1.32 1998/02/15 11:19:15 kato Exp $ + * $Id: npx.c,v 1.33 1998/03/09 10:17:13 kato Exp $ */ #include "npx.h" @@ -153,10 +153,6 @@ SYSCTL_INT(_hw,HW_FLOATINGPT, floatingpoint, static u_int npx0_imask = SWI_CLOCK_MASK; -#ifndef SMP /* XXX per-cpu on smp */ -struct proc *npxproc; -#endif - static bool_t npx_ex16; static bool_t npx_exists; static struct gate_descriptor npx_idt_probeintr; |
