summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>2000-10-06 11:51:20 +0000
committerkato <kato@FreeBSD.org>2000-10-06 11:51:20 +0000
commitf12f8fe7f7bebf487153785db101ccd40d887930 (patch)
tree8db15fe9f70c6deceae5a05186e9860f92187c73 /sys
parent4be446749c42633d9064baedae9f179ab7b53fa7 (diff)
downloadFreeBSD-src-f12f8fe7f7bebf487153785db101ccd40d887930.zip
FreeBSD-src-f12f8fe7f7bebf487153785db101ccd40d887930.tar.gz
Merged from sys/i386/isa/npx.c revision 1.85.
Diffstat (limited to 'sys')
-rw-r--r--sys/pc98/pc98/npx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/pc98/npx.c b/sys/pc98/pc98/npx.c
index 264d3ba..ab6133f 100644
--- a/sys/pc98/pc98/npx.c
+++ b/sys/pc98/pc98/npx.c
@@ -143,7 +143,7 @@ SYSCTL_INT(_hw,HW_FLOATINGPT, floatingpoint,
"Floatingpoint instructions executed in hardware");
#ifndef SMP
-static u_int npx0_imask = SWI_LOW_MASK;
+static u_int npx0_imask = 0;
static struct gate_descriptor npx_idt_probeintr;
static int npx_intrno;
static volatile u_int npx_intrs_while_probing;
OpenPOWER on IntegriCloud