diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-01-16 04:48:38 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-01-16 04:48:38 +0000 |
| commit | 248c2e72aa351487f651c94d4e8a96ece1410cd7 (patch) | |
| tree | 1f1c49022656fe680e83e3909885d5704f629622 | |
| parent | 2ccd9924034691013a3cc7dcb2b7add8d02a6c72 (diff) | |
Notes
| -rw-r--r-- | sys/amd64/include/mutex.h | 3 | ||||
| -rw-r--r-- | sys/i386/include/mutex.h | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/amd64/include/mutex.h b/sys/amd64/include/mutex.h index 6fb878f68bc3..61951fd6526f 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 6fb878f68bc3..61951fd6526f 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. |
