summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-01-16 04:48:38 +0000
committerjhb <jhb@FreeBSD.org>2001-01-16 04:48:38 +0000
commitff222c0ba58350a42bf02ccaff04a2428d49df5d (patch)
tree55a722eb665945f345d1290b908fed00cffdeae7 /sys/i386
parent307cdc0f641093a527dcf279ebbf3ac48bd02776 (diff)
downloadFreeBSD-src-ff222c0ba58350a42bf02ccaff04a2428d49df5d.zip
FreeBSD-src-ff222c0ba58350a42bf02ccaff04a2428d49df5d.tar.gz
Argh, disable the micro-ops again. I didn't test these adequately and
managed to lock up one of my machines in world again. Pointy-hat to: me
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/include/mutex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/include/mutex.h b/sys/i386/include/mutex.h
index 6fb878f..61951fd 100644
--- a/sys/i386/include/mutex.h
+++ b/sys/i386/include/mutex.h
@@ -69,7 +69,8 @@ extern char STR_SIEN[];
#define _V(x) __STRING(x)
-#ifndef I386_CPU
+#if 0
+/* #ifndef I386_CPU */
/*
* For 486 and newer processors.
OpenPOWER on IntegriCloud