From 7b0e2080ab9e595a2c7ec6cdac741b7b07210f8b Mon Sep 17 00:00:00 2001 From: KATO Takenori Date: Tue, 7 Apr 1998 09:09:41 +0000 Subject: [PATCH] Sync with sys/i386/isa/npx.c revision 1.58. --- sys/pc98/pc98/npx.c | 6 +----- 1 file changed, 1 insertion(+), 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;