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 1GAdW4-0001oJ-TF for user-mode-linux-devel@lists.sourceforge.net; Tue, 08 Aug 2006 19:09:52 -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 1GAdW3-0006Rh-D4 for user-mode-linux-devel@lists.sourceforge.net; Tue, 08 Aug 2006 19:09:52 -0700 Date: Tue, 8 Aug 2006 22:09:35 -0400 From: Jeff Dike Message-ID: <20060809020935.GB8201@ccure.user-mode-linux.org> References: <200608082058.k78KwGa4006531@ccure.user-mode-linux.org> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: Subject: Re: [uml-devel] [PATCH 1/2] Split i386 and x86_64 ptrace.h 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: Andi Kleen Cc: Rob Landley , linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net, Kyle Moffett On Wed, Aug 09, 2006 at 01:33:43AM +0200, Andi Kleen wrote: > I think I would prefer a well placed ifdef __KERNEL__ or two for this - i don't > like it when it becomes harder to grep include files like this > (like the errno->errno-base split was quite bad in this regard) __KERNEL__ doesn't help because UML defines it just like any other arch. If you want to play ifdef tricks, it would have to be #ifdef UML, or something similar. Jeff ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel