summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/npx.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-12-14 19:16:17 +0000
committerbde <bde@FreeBSD.org>1998-12-14 19:16:17 +0000
commit4b989edfb5c44c042d899c1e5e0486fa7338c712 (patch)
treedd02b2debedaa13bc805308d2c61a249da06f41c /sys/i386/isa/npx.c
parent7212f6ac0c5a843969add5d458d6b7332c9617f3 (diff)
downloadFreeBSD-src-4b989edfb5c44c042d899c1e5e0486fa7338c712.zip
FreeBSD-src-4b989edfb5c44c042d899c1e5e0486fa7338c712.tar.gz
Moved the declaration of another non-SMP variable into the non-SMP section.
Diffstat (limited to 'sys/i386/isa/npx.c')
-rw-r--r--sys/i386/isa/npx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/npx.c b/sys/i386/isa/npx.c
index bb2b879..d5a20de 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.62 1998/10/22 05:58:40 bde Exp $
+ * $Id: npx.c,v 1.63 1998/12/07 21:58:22 archie Exp $
*/
#include "npx.h"
@@ -149,13 +149,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