[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20060809020935.GB8201@ccure.user-mode-linux.org>
Date: Tue, 8 Aug 2006 22:09:35 -0400
From: Jeff Dike <jdike@...toit.com>
To: Andi Kleen <ak@...e.de>
Cc: user-mode-linux-devel@...ts.sourceforge.net,
linux-kernel@...r.kernel.org, Rob Landley <rob@...dley.net>,
Kyle Moffett <mrmacman_g4@....com>
Subject: Re: [uml-devel] [PATCH 1/2] Split i386 and x86_64 ptrace.h
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists