From 248c2e72aa351487f651c94d4e8a96ece1410cd7 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 16 Jan 2001 04:48:38 +0000 Subject: [PATCH] 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 --- sys/amd64/include/mutex.h | 3 ++- 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 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.