diff options
author | jhb <jhb@FreeBSD.org> | 2001-01-16 04:48:38 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-01-16 04:48:38 +0000 |
commit | ff222c0ba58350a42bf02ccaff04a2428d49df5d (patch) | |
tree | 55a722eb665945f345d1290b908fed00cffdeae7 /sys/amd64 | |
parent | 307cdc0f641093a527dcf279ebbf3ac48bd02776 (diff) | |
download | FreeBSD-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/amd64')
-rw-r--r-- | sys/amd64/include/mutex.h | 3 |
1 files changed, 2 insertions, 1 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. |