From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932454AbWGIO3H (ORCPT ); Sun, 9 Jul 2006 10:29:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932456AbWGIO3H (ORCPT ); Sun, 9 Jul 2006 10:29:07 -0400 Received: from scrub.xs4all.nl ([194.109.195.176]:35718 "EHLO scrub.xs4all.nl") by vger.kernel.org with ESMTP id S932454AbWGIO3D (ORCPT ); Sun, 9 Jul 2006 10:29:03 -0400 Date: Sun, 9 Jul 2006 16:28:00 +0200 (CEST) From: Roman Zippel X-X-Sender: roman@scrub.home To: Linus Torvalds cc: Keith Owens , Andi Kleen , Jan Hubicka , "David S. Miller" , Richard Henderson , Ingo Molnar , Andrew Morton , Linux Kernel Mailing List , arjan@infradead.org Subject: Re: [patch] spinlocks: remove 'volatile' In-Reply-To: Message-ID: References: <31410.1152414469@ocs3.ocs.com.au> 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 Hi, On Sat, 8 Jul 2006, Linus Torvalds wrote: > but we've been using that "+m" format for a long time already (and I > _think_ we did so at the suggestion of gcc people), and it would be much > better if the gcc documentation was just fixed here. IIRC early 4.0 had problems with "+m" and did what the documentation says, but that got quickly fixed. Here is the old thread http://marc.theaimsgroup.com/?t=108384517900001&r=1&w=2 bye, Roman