This message generated a parse failure. Raw output follows here. Please use 'back' to navigate. From devnull@lkml.org Wed Apr 24 19:17:13 2024 Delivery-date: Wed, 09 Jan 2008 22:03:34 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754216AbYAIWDG (ORCPT ); Wed, 9 Jan 2008 17:03:06 -0500 Received: from odyssey.analogic.com ([204.178.40.5]:1170 "EHLO odyssey.analogic.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753904AbYAIWDF convert rfc822-to-8bit (ORCPT ); Wed, 9 Jan 2008 17:03:05 -0500 Received: from phoenix.analogic.com ([10.100.60.19]) by odyssey.analogic.com with SMTP Service; Wed, 09 Jan 2008 17:02:04 -0500 Received: from chaos.analogic.com ([10.112.50.11]) by phoenix.analogic.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 9 Jan 2008 17:02:03 -0500 Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-MimeOLE: Produced By Microsoft Exchange V6.5 Received: from chaos.analogic.com (localhost [127.0.0.1]) by chaos.analogic.com (8.12.11/8.12.11) with ESMTP id m09M230m029651; Wed, 9 Jan 2008 17:02:03 -0500 Received: (from linux-os@localhost) by chaos.analogic.com (8.12.11/8.12.11/Submit) id m09M1q2J029650; Wed, 9 Jan 2008 17:01:52 -0500 X-OriginalArrivalTime: 09 Jan 2008 22:02:03.0662 (UTC) FILETIME=[445B02E0:01C8530B] content-class: urn:content-classes:message Subject: Re: uml and -regparm=3 Date: Wed, 9 Jan 2008 17:01:52 -0500 Message-Id: In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: uml and -regparm=3 Thread-Index: AchTC0RkfidEhyu7RPOxa0k3Li/hWg== References: From: "linux-os (Dick Johnson)" To: "Miklos Szeredi" Cc: , , , Reply-To: "linux-os (Dick Johnson)" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-Id: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 9 Jan 2008, Miklos Szeredi wrote: > FASTCALL is defined empty in -mm, but UML is not compiled with > -mregparm=3D3 and so this breaks things (I noticed problems with > rwsem_down_write_failed). > > Tried recompiling UML with -mregparm=3D3, but that resulted in a stra= nge > failure immediately after startup: > > |=1B%G=FF=FF=FF=FF=FF=FF=1B%@: Invalid argument > > What's up? > > Miklos > -- UML gets linked with the 'C' runtime library. It doesn't pass parameters in registers unless you get the source and recompile the whole thing --and then you would have to recompile all your applications, too. Yikes! Cheers, Dick Johnson Penguin : Linux version 2.6.22.1 on an i686 machine (5588.29 BogoMips). My book : http://www.AbominableFirebug.com/ _ **************************************************************** The information transmitted in this message is confidential and may be = privileged. Any review, retransmission, dissemination, or other use of= this information by persons or entities other than the intended recipi= ent is prohibited. If you are not the intended recipient, please notif= y Analogic Corporation immediately - by replying to this message or by = sending an email to DeliveryErrors@analogic.com - and destroy all copie= s of this information, including any attachments, without reading or di= sclosing them. Thank you. -- 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/