summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/ipl.s
diff options
context:
space:
mode:
authorfsmp <fsmp@FreeBSD.org>1997-10-13 00:01:53 +0000
committerfsmp <fsmp@FreeBSD.org>1997-10-13 00:01:53 +0000
commite1eb6ef445a6a03b0e07413eb3a137bf91a5a7cc (patch)
tree7a11416bed512e1a323e340ed929306e52555d4d /sys/i386/isa/ipl.s
parent5edc58c75519abaac134a06649d9c9c9dc59e8a4 (diff)
downloadFreeBSD-src-e1eb6ef445a6a03b0e07413eb3a137bf91a5a7cc.zip
FreeBSD-src-e1eb6ef445a6a03b0e07413eb3a137bf91a5a7cc.tar.gz
Disable the TEST_CIL code till I can commit the complete solution.
Noticed by: Peter Wemm <peter@netplex.com.au>
Diffstat (limited to 'sys/i386/isa/ipl.s')
-rw-r--r--sys/i386/isa/ipl.s6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/i386/isa/ipl.s b/sys/i386/isa/ipl.s
index 37cc00b..406e561 100644
--- a/sys/i386/isa/ipl.s
+++ b/sys/i386/isa/ipl.s
@@ -36,7 +36,7 @@
*
* @(#)ipl.s
*
- * $Id: ipl.s,v 1.15 1997/09/28 19:34:46 fsmp Exp $
+ * $Id: ipl.s,v 1.17 1997/09/29 05:32:02 fsmp Exp $
*/
@@ -90,6 +90,7 @@ _netisrs:
.text
#ifdef SMP
+#ifdef notnow
#define TEST_CIL \
cmpl $0x0100, _cil ; \
jne 1f ; \
@@ -97,6 +98,9 @@ _netisrs:
jne 1f ; \
int $3 ; \
1:
+#else
+#define TEST_CIL
+#endif
#endif
/*
OpenPOWER on IntegriCloud