From ff222c0ba58350a42bf02ccaff04a2428d49df5d Mon Sep 17 00:00:00 2001 From: jhb Date: Tue, 16 Jan 2001 04:48:38 +0000 Subject: 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/i386/include/mutex.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/i386') 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. -- cgit v1.1