summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/npx.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-04-06 15:50:29 +0000
committerpeter <peter@FreeBSD.org>1998-04-06 15:50:29 +0000
commit93c5e9e460b10ea9a669e8dd807415ba73819d7e (patch)
treee439d062fb094fc97198244273a759116c6e34ed /sys/i386/isa/npx.c
parent3a2f3b030331a073993920d15b1ef1c1289e8c92 (diff)
downloadFreeBSD-src-93c5e9e460b10ea9a669e8dd807415ba73819d7e.zip
FreeBSD-src-93c5e9e460b10ea9a669e8dd807415ba73819d7e.tar.gz
remove #ifdef declaration of npxproc, use globals.s and the extern always.
Diffstat (limited to 'sys/i386/isa/npx.c')
-rw-r--r--sys/i386/isa/npx.c6
1 files changed, 1 insertions, 5 deletions
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;
OpenPOWER on IntegriCloud