From 93c5e9e460b10ea9a669e8dd807415ba73819d7e Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 6 Apr 1998 15:50:29 +0000 Subject: remove #ifdef declaration of npxproc, use globals.s and the extern always. --- sys/i386/isa/npx.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sys/i386/isa/npx.c') diff --git a/sys/i386/isa/npx.c b/sys/i386/isa/npx.c index 5b2272c..6bc1871 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; -- cgit v1.1