From 9f9cb5dbb111f7e27a2fddb214672ddab39df2c5 Mon Sep 17 00:00:00 2001 From: KATO Takenori Date: Fri, 6 Oct 2000 11:51:20 +0000 Subject: [PATCH] Merged from sys/i386/isa/npx.c revision 1.85. --- sys/pc98/pc98/npx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/pc98/pc98/npx.c b/sys/pc98/pc98/npx.c index 264d3ba838c7..ab6133fa5cb2 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;