diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-01-30 13:30:17 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 13:30:17 +0100 |
commit | aaa64e04f9af8c05a10ab3d67df44154742d15cf (patch) | |
tree | 28036c0ad0fd261bbc766976efdf9189a7b88351 /arch | |
parent | af7a78e9258ffcca681e080cbc857f854869144f (diff) |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/mm/init_64.c b/arch/x86/mm/init_64.c index 9677abb6cf8..0fbb657a8b1 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...) |