summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-12-17 08:41:34 +0000
committerkato <kato@FreeBSD.org>1998-12-17 08:41:34 +0000
commit57045efb95427abd392d126829161b1fa66f9e18 (patch)
tree8257d8da891b97ce29c3b385d1c3c37edfff619d
parent9db11ef281f074b93c747ef6305e04f5df3ad7ce (diff)
downloadFreeBSD-src-57045efb95427abd392d126829161b1fa66f9e18.zip
FreeBSD-src-57045efb95427abd392d126829161b1fa66f9e18.tar.gz
Sync with sys/i386/isa/npx.c revision 1.64.
-rw-r--r--sys/pc98/pc98/npx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/pc98/npx.c b/sys/pc98/pc98/npx.c
index 57f2e6b..ec82072 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.39 1998/10/22 05:58:45 bde Exp $
+ * $Id: npx.c,v 1.40 1998/12/08 08:18:59 kato Exp $
*/
#include "npx.h"
@@ -154,13 +154,13 @@ SYSCTL_INT(_hw,HW_FLOATINGPT, floatingpoint,
#ifndef SMP
static u_int npx0_imask = SWI_CLOCK_MASK;
static struct gate_descriptor npx_idt_probeintr;
+static int npx_intrno;
static volatile u_int npx_intrs_while_probing;
static volatile u_int npx_traps_while_probing;
#endif
static bool_t npx_ex16;
static bool_t npx_exists;
-static int npx_intrno;
static bool_t npx_irq13;
#ifndef SMP
OpenPOWER on IntegriCloud