From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.91] helo=mail.sourceforge.net) by sc8-sf-list1-new.sourceforge.net with esmtp (Exim 4.43) id 1IjzIi-0005kN-Ps for user-mode-linux-devel@lists.sourceforge.net; Mon, 22 Oct 2007 08:34:45 -0700 Received: from [198.99.130.12] (helo=saraswathi.solana.com) by mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.44) id 1IjzIf-0000NH-V7 for user-mode-linux-devel@lists.sourceforge.net; Mon, 22 Oct 2007 08:34:44 -0700 Date: Mon, 22 Oct 2007 11:33:43 -0400 From: Jeff Dike Message-ID: <20071022153343.GA7117@c2.user-mode-linux.org> References: <20071022043746.GF2998@hacking> <20071022052214.GY8181@ftp.linux.org.uk> <20071022061245.GG2998@hacking> <87d4v7fy5i.fsf@hades.wkstn.nix> <20071022065202.GI2998@hacking> <20071022065943.GC10864@uranus.ravnborg.org> <20071022074823.GJ2998@hacking> <20071022113600.GA8181@ftp.linux.org.uk> <20071022122504.GL2998@hacking> <20071022124322.GB8181@ftp.linux.org.uk> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <20071022124322.GB8181@ftp.linux.org.uk> Subject: Re: [uml-devel] User Mode Linux still doesn't build in 2.6.23-final. List-Id: The user-mode Linux development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: user-mode-linux-devel-bounces@lists.sourceforge.net Errors-To: user-mode-linux-devel-bounces@lists.sourceforge.net To: Al Viro Cc: user-mode-linux-devel@lists.sourceforge.net, Paolo Giarrusso , linux-kernel@vger.kernel.org, Nix , Rob Landley , WANG Cong , Ingo Molar , Sam Ravnborg On Mon, Oct 22, 2007 at 01:43:22PM +0100, Al Viro wrote: > FWIW, I would simply kill the damn fastcall thing - right now the only > user is uml/i386; everything else either has it #defined to nothing or > (as i386 does) passes -mregparm=3 while having fastcall expand to > __attribute__((regparm(3))) - i.e. has all functions fastcall. > > Do we really need it on uml/i386 enough to keep bothering with that mess? No, there was only that instance in linkage.h and I just got rid of it. Jeff -- Work email - jdike at linux dot intel dot com ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754214AbXJVPfE (ORCPT ); Mon, 22 Oct 2007 11:35:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752374AbXJVPez (ORCPT ); Mon, 22 Oct 2007 11:34:55 -0400 Received: from [198.99.130.12] ([198.99.130.12]:56223 "EHLO saraswathi.solana.com" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751990AbXJVPey (ORCPT ); Mon, 22 Oct 2007 11:34:54 -0400 Date: Mon, 22 Oct 2007 11:33:43 -0400 From: Jeff Dike To: Al Viro Cc: WANG Cong , Sam Ravnborg , Nix , Paolo Giarrusso , user-mode-linux-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, Rob Landley , Ingo Molar Subject: Re: [uml-devel] User Mode Linux still doesn't build in 2.6.23-final. Message-ID: <20071022153343.GA7117@c2.user-mode-linux.org> References: <20071022043746.GF2998@hacking> <20071022052214.GY8181@ftp.linux.org.uk> <20071022061245.GG2998@hacking> <87d4v7fy5i.fsf@hades.wkstn.nix> <20071022065202.GI2998@hacking> <20071022065943.GC10864@uranus.ravnborg.org> <20071022074823.GJ2998@hacking> <20071022113600.GA8181@ftp.linux.org.uk> <20071022122504.GL2998@hacking> <20071022124322.GB8181@ftp.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071022124322.GB8181@ftp.linux.org.uk> User-Agent: Mutt/1.4.2.3i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 22, 2007 at 01:43:22PM +0100, Al Viro wrote: > FWIW, I would simply kill the damn fastcall thing - right now the only > user is uml/i386; everything else either has it #defined to nothing or > (as i386 does) passes -mregparm=3 while having fastcall expand to > __attribute__((regparm(3))) - i.e. has all functions fastcall. > > Do we really need it on uml/i386 enough to keep bothering with that mess? No, there was only that instance in linkage.h and I just got rid of it. Jeff -- Work email - jdike at linux dot intel dot com