summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/amd64/include/mutex.h3
-rw-r--r--sys/i386/include/mutex.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/amd64/include/mutex.h b/sys/amd64/include/mutex.h
index 6fb878f..61951fd 100644
--- a/sys/amd64/include/mutex.h
+++ b/sys/amd64/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.
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