aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2008-01-30 13:30:17 +0100
committerIngo Molnar <mingo@elte.hu>2008-01-30 13:30:17 +0100
commitaaa64e04f9af8c05a10ab3d67df44154742d15cf (patch)
tree28036c0ad0fd261bbc766976efdf9189a7b88351 /arch
parentx86: move mce related declarations (diff)
downloadlinux-dev-aaa64e04f9af8c05a10ab3d67df44154742d15cf.tar.xz
linux-dev-aaa64e04f9af8c05a10ab3d67df44154742d15cf.zip
x86: move numa related declarations
More stuff shuffeled to the correct place Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/mm/init_64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/mm/init_64.c b/arch/x86/mm/init_64.c
index 9677abb6cf8a..0fbb657a8b19 100644
--- a/arch/x86/mm/init_64.c
+++ b/arch/x86/mm/init_64.c
@@ -44,6 +44,7 @@
#include <asm/smp.h>
#include <asm/sections.h>
#include <asm/kdebug.h>
+#include <asm/numa.h>
#ifndef Dprintk
#define Dprintk(x...)