From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jamie Lokier Subject: Re: [ACPI] Re: Linux 2.4.26-rc1 (cmpxchg vs 80386 build) Date: Wed, 31 Mar 2004 16:02:19 +0100 Sender: linux-kernel-owner@vger.kernel.org Message-ID: <20040331150219.GC18990@mail.shareable.org> References: <4069A359.7040908@nortelnetworks.com> <1080668673.989.106.camel@dhcppc4> <4069D3D2.2020402@tmr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: To: "Maciej W. Rozycki" Cc: Bill Davidsen , Len Brown , Chris Friesen , Willy Tarreau , "Richard B. Johnson" , Alan Cox , Arkadiusz Miskiewicz , Marcelo Tosatti , Linux Kernel Mailing List , ACPI Developers List-Id: linux-acpi@vger.kernel.org Maciej W. Rozycki wrote: > Well, "cmpxchg", "xadd", etc. can be easily emulated with an aid of a > spinlock. With SMP operation included. Nope. Len Brown wrote: > Linux uses this locking mechanism to coordinate shared access > to hardware registers with embedded controllers, > which is true also on uniprocessors too. You can't do that with a spinlock. The embedded controllers would need to know about the spinlock. -- Jamie