2005-01-10 11:25:30

by Anton Blanchard

[permalink] [raw]
Subject: [PATCH] ppc64: Fix NUMA build


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

Signed-off-by: Anton Blanchard <[email protected]>

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>
_