Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 18 Nov 2001 21:09:29 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 18 Nov 2001 21:09:19 -0500 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:37127 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Sun, 18 Nov 2001 21:09:16 -0500 Date: Sun, 18 Nov 2001 18:04:16 -0800 (PST) From: Linus Torvalds To: Horst von Brand cc: Andrea Arcangeli , , Subject: Re: VM-related Oops: 2.4.15pre1 In-Reply-To: <200111181710.fAIHAlCF011794@sleipnir.valparaiso.cl> Message-ID: 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 On Sun, 18 Nov 2001, Horst von Brand wrote: > Linus Torvalds said: > > And nope, not really. It does use plain stores to page->flags, and I agree > > that it is ugly, but if the page was locked before calling it, all the > > stores will be with the PG_lock bit set - and even plain stores _are_ > > documented to be atomic on x86 (and on all other reasonable architectures > > too). > > Even unaligned stores? Actually, even unaligned stores (which page->flags is NOT) are atomic, even if Intel strongly discourages them (for performance reasons if no others) and there tends to be documentation that doesn't guarantee it. 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/