From owner-cvs-all Fri Dec 8 10:21:10 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 10:21:07 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 53D9B37B400; Fri, 8 Dec 2000 10:21:07 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8IL7l80129; Fri, 8 Dec 2000 10:21:07 -0800 (PST) (envelope-from jhb) Message-Id: <200012081821.eB8IL7l80129@freefall.freebsd.org> From: John Baldwin Date: Fri, 8 Dec 2000 10:21:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include mutex.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/12/08 10:21:07 PST Modified files: sys/i386/include mutex.h Log: Argh, revert the clobber changes. Since %ecx and %edx aren't call safe, calling the C functions mtx_enter_hard() and mtx_exit_hard() clobbers them. Note that %eax is also not call safe, but it is already clobbered due to cmpxchg. However, now we are back to not compiling again, so these macros are still left disabled for now. Revision Changes Path 1.18 +10 -10 src/sys/i386/include/mutex.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message