From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Fri, 13 Aug 2004 09:32:32 +0000 Subject: Re: r996 - in trunk/kernel/ia64/kernel-patch-2.6.7-ia64-2.6.7: . debian Message-Id: <20040813103232.A10010@infradead.org> List-Id: References: <20040810071417.GA5080@lst.de> In-Reply-To: <20040810071417.GA5080@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org --- /dev/null Wed Dec 31 16:00:00 196900 +++ b/arch/ia64/kernel/numa.c 2004-08-12 18:28:06 -07:00 @@ -0,0 +1,46 @@ +#include +#include +#include +#include +#include + +#ifdef CONFIG_NUMA You build this file conditional on CONFIG_ UMA, no need for this ifdef.