summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/isa/npx.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/i386/isa/npx.c b/sys/arch/i386/isa/npx.c
index 3d5e0ae6f03..a8cde08d0ef 100644
--- a/sys/arch/i386/isa/npx.c
+++ b/sys/arch/i386/isa/npx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: npx.c,v 1.27 2003/06/02 23:27:47 millert Exp $ */
+/* $OpenBSD: npx.c,v 1.28 2003/07/25 18:31:25 jason Exp $ */
/* $NetBSD: npx.c,v 1.57 1996/05/12 23:12:24 mycroft Exp $ */
#if 0
@@ -230,7 +230,10 @@ npxprobe1(ia)
return 1;
}
}
+#else
+ npx_intrs_while_probing = npx_traps_while_probing = 0;
#endif
+
/*
* Probe failed. There is no usable FPU.
*/