Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S266357AbUI0JAZ (ORCPT ); Mon, 27 Sep 2004 05:00:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S266465AbUI0JAY (ORCPT ); Mon, 27 Sep 2004 05:00:24 -0400 Received: from imladris.demon.co.uk ([193.237.130.41]:62226 "EHLO phoenix.infradead.org") by vger.kernel.org with ESMTP id S266357AbUI0JAV (ORCPT ); Mon, 27 Sep 2004 05:00:21 -0400 Date: Mon, 27 Sep 2004 10:00:18 +0100 From: Christoph Hellwig To: Jan Beulich Cc: linux-kernel@vger.kernel.org Subject: Re: i386 entry.S problems Message-ID: <20040927100018.A22468@infradead.org> Mail-Followup-To: Christoph Hellwig , Jan Beulich , linux-kernel@vger.kernel.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from JBeulich@novell.com on Mon, Sep 27, 2004 at 09:37:10AM +0200 X-SRS-Rewrite: SMTP reverse-path rewritten from by phoenix.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 712 Lines: 19 On Mon, Sep 27, 2004 at 09:37:10AM +0200, Jan Beulich wrote: > >>> Christoph Hellwig 24.09.04 21:12:51 >>> > >> +#if !defined(CONFIG_REGPARM) || __GNUC__ < 3 > >> pushl %ebp > >> +#endif > > > >CONFIG_REGPARM n eeds gcc 3.0 or later > > Not sure what you try to point out here: the additions account for > exactly that. No, the || __GNUC__ < 3 is superflous. if CONFIG_REGPARM is defined and __GNUC__ < 3 you have problems elsewhere already. - 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/