Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750920AbVKMThG (ORCPT ); Sun, 13 Nov 2005 14:37:06 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750977AbVKMThG (ORCPT ); Sun, 13 Nov 2005 14:37:06 -0500 Received: from smtp.osdl.org ([65.172.181.4]:35985 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S1750969AbVKMThE (ORCPT ); Sun, 13 Nov 2005 14:37:04 -0500 Date: Sun, 13 Nov 2005 11:36:42 -0800 (PST) From: Linus Torvalds To: Alan Cox cc: Andi Kleen , Dave Jones , Zachary Amsden , Pavel Machek , Andrew Morton , Linux Kernel Mailing List , "H. Peter Anvin" , Zwane Mwaikambo , Pratap Subrahmanyam , Christopher Li , "Eric W. Biederman" , Ingo Molnar Subject: Re: [PATCH 1/10] Cr4 is valid on some 486s In-Reply-To: <1131910902.25311.21.camel@localhost.localdomain> Message-ID: References: <200511100032.jAA0WgUq027712@zach-dev.vmware.com> <1131902775.25311.16.camel@localhost.localdomain> <200511132000.45836.ak@suse.de> <1131910902.25311.21.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 827 Lines: 24 On Sun, 13 Nov 2005, Alan Cox wrote: > > On Sul, 2005-11-13 at 20:00 +0100, Andi Kleen wrote: > > It's a bad hack anyways. Better would be probably to use a uncached WC write. > > I would rather use that. > > I'm not clear that anything but lock operations have the required > guarantee of atomicity relative to bus masters which are not processors. > Especially so on intel. The thing is, we wouldn't ever remove _all_ lock prefixes. Only the ones that already depend on SMP. So the memory barriers etc that have lock prefixes even on UP would be totally untouched. Linus - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/