diff --git a/sys/amd64/amd64/fpu.c b/sys/amd64/amd64/fpu.c index 5b2272cdf0e3..6bc1871116a8 100644 --- a/sys/amd64/amd64/fpu.c +++ b/sys/amd64/amd64/fpu.c @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * from: @(#)npx.c 7.2 (Berkeley) 5/12/91 - * $Id: npx.c,v 1.56 1998/02/12 21:41:10 bde Exp $ + * $Id: npx.c,v 1.57 1998/02/15 06:25:26 bde Exp $ */ #include "npx.h" @@ -148,10 +148,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; diff --git a/sys/amd64/isa/npx.c b/sys/amd64/isa/npx.c index 5b2272cdf0e3..6bc1871116a8 100644 --- a/sys/amd64/isa/npx.c +++ b/sys/amd64/isa/npx.c @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * from: @(#)npx.c 7.2 (Berkeley) 5/12/91 - * $Id: npx.c,v 1.56 1998/02/12 21:41:10 bde Exp $ + * $Id: npx.c,v 1.57 1998/02/15 06:25:26 bde Exp $ */ #include "npx.h" @@ -148,10 +148,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; diff --git a/sys/i386/isa/npx.c b/sys/i386/isa/npx.c index 5b2272cdf0e3..6bc1871116a8 100644 --- a/sys/i386/isa/npx.c +++ b/sys/i386/isa/npx.c @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * from: @(#)npx.c 7.2 (Berkeley) 5/12/91 - * $Id: npx.c,v 1.56 1998/02/12 21:41:10 bde Exp $ + * $Id: npx.c,v 1.57 1998/02/15 06:25:26 bde Exp $ */ #include "npx.h" @@ -148,10 +148,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;