linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ppc64: Fix NUMA build
@ 2005-01-10 11:20 Anton Blanchard
  0 siblings, 0 replies; only message in thread
From: Anton Blanchard @ 2005-01-10 11:20 UTC (permalink / raw)
  To: akpm; +Cc: paulus, linux-kernel


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

Signed-off-by: Anton Blanchard <anton@samba.org>

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-01-10 11:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-10 11:20 [PATCH] ppc64: Fix NUMA build Anton Blanchard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).