diff --git a/sys/amd64/include/mutex.h b/sys/amd64/include/mutex.h index 6fb878f68bc..61951fd6526 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 6fb878f68bc..61951fd6526 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.