Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754396AbXLEKTd (ORCPT ); Wed, 5 Dec 2007 05:19:33 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752026AbXLEKTY (ORCPT ); Wed, 5 Dec 2007 05:19:24 -0500 Received: from mx2.mail.elte.hu ([157.181.151.9]:58399 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751566AbXLEKTX (ORCPT ); Wed, 5 Dec 2007 05:19:23 -0500 Date: Wed, 5 Dec 2007 11:18:45 +0100 From: Ingo Molnar To: Adrian Bunk Cc: Jeff Dike , Adrian Bunk , Harvey Harrison , "H. Peter Anvin" , Thomas Gleixner , LKML Subject: Re: [RFC PATCH] x86: Unify include/asm-x86/linkage_[32|64].h Message-ID: <20071205101845.GB22792@elte.hu> References: <1196801629.10408.26.camel@brick> <20071204213247.GA11216@elte.hu> <1196806868.10408.33.camel@brick> <20071204222717.GA25974@elte.hu> <20071204224543.GH15974@stusta.de> <1196809075.10408.42.camel@brick> <20071204231519.GI15974@stusta.de> <20071205001945.GB10763@c2.user-mode-linux.org> <20071205093139.GJ15974@stusta.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071205093139.GJ15974@stusta.de> User-Agent: Mutt/1.5.17 (2007-11-01) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 994 Lines: 24 * Adrian Bunk wrote: > On Tue, Dec 04, 2007 at 07:19:45PM -0500, Jeff Dike wrote: > > On Wed, Dec 05, 2007 at 12:15:19AM +0100, Adrian Bunk wrote: > > > UML can't switch to the regparm(3) convention on i386 since it links > > > with userspace code, so if assembler code uses this calling convention > > > we need the C prototype of it annotated accordingly. > > > > We're not talking about a global calling convention switch, right? > > We're talking about selected functions only, in which case, the fact > > that UML links against libc is irrelevant. > > The non-UML i386 switched to globally using the regparm(3) calling > convention in 2.6.20. maybe i'm a bit dense, but why cannot UML switch to -mregparm=3 too? Ingo -- 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/