summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>1998-04-07 09:09:41 +0000
committerKATO Takenori <kato@FreeBSD.org>1998-04-07 09:09:41 +0000
commit7b0e2080ab9e595a2c7ec6cdac741b7b07210f8b (patch)
tree100a0e6899b8e626bb1a7b3e5da80581bdccf9d1
parent74a64e52c9bab40c01d8b78538986d98d2d8520c (diff)
Notes
-rw-r--r--sys/pc98/pc98/npx.c6
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;