Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932588AbVLMJQb (ORCPT ); Tue, 13 Dec 2005 04:16:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932585AbVLMJQb (ORCPT ); Tue, 13 Dec 2005 04:16:31 -0500 Received: from smtp.osdl.org ([65.172.181.4]:55007 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S932583AbVLMJQa (ORCPT ); Tue, 13 Dec 2005 04:16:30 -0500 Date: Tue, 13 Dec 2005 01:15:40 -0800 From: Andrew Morton To: Andi Kleen Cc: ak@suse.de, mingo@elte.hu, dhowells@redhat.com, torvalds@osdl.org, hch@infradead.org, arjan@infradead.org, matthew@wil.cx, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org Subject: Re: [PATCH 1/19] MUTEX: Introduce simple mutex implementation Message-Id: <20051213011540.3070176f.akpm@osdl.org> In-Reply-To: <20051213090517.GQ23384@wotan.suse.de> References: <20051212161944.3185a3f9.akpm@osdl.org> <20051213075441.GB6765@elte.hu> <20051213075835.GZ15804@wotan.suse.de> <20051213004257.0f87d814.akpm@osdl.org> <20051213084926.GN23384@wotan.suse.de> <20051213010126.0832356d.akpm@osdl.org> <20051213090517.GQ23384@wotan.suse.de> X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 928 Lines: 27 Andi Kleen wrote: > > On Tue, Dec 13, 2005 at 01:01:26AM -0800, Andrew Morton wrote: > > Andi Kleen wrote: > > > > > > Can you please apply the following patch then? > > > > > > Remove -Wdeclaration-after-statement > > > > OK. > > > > Thus far I have this: > > Would it be possible to drop support for gcc 3.0 too? Spose so - I don't know what people are using out there. > AFAIK it has never been widely used. If we assume 3.1+ minimum it has the > advantage that named assembly arguments work, which make > the inline assembly often a lot easier to read and maintain. There are a few places in the tree which refuse to compile with 3.1 and 3.2. - 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/