[PATCH] ppc64: Fix NUMA build

From: Anton Blanchard
Date: Mon Jan 10 2005 - 06:26:45 EST



We were missing an include of the new nodemask.h and NUMA enabled builds
broke.

Signed-off-by: Anton Blanchard <anton@xxxxxxxxx>

diff -puN arch/ppc64/mm/init.c~fix_bustage arch/ppc64/mm/init.c
--- foobar2/arch/ppc64/mm/init.c~fix_bustage 2005-01-10 20:53:31.346572046 +1100
+++ foobar2-anton/arch/ppc64/mm/init.c 2005-01-10 20:53:43.131521404 +1100
@@ -37,6 +37,7 @@
#include <linux/bootmem.h>
#include <linux/highmem.h>
#include <linux/idr.h>
+#include <linux/nodemask.h>

#include <asm/pgalloc.h>
#include <asm/page.h>
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/