diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-01-30 07:30:17 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:30:17 -0500 |
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 9677abb6cf8a..0fbb657a8b19 100644 --- a/arch/x86/mm/init_64.c +++ b/arch/x86/mm/init_64.c | |||
@@ -44,6 +44,7 @@ | |||
44 | #include <asm/smp.h> | 44 | #include <asm/smp.h> |
45 | #include <asm/sections.h> | 45 | #include <asm/sections.h> |
46 | #include <asm/kdebug.h> | 46 | #include <asm/kdebug.h> |
47 | #include <asm/numa.h> | ||
47 | 48 | ||
48 | #ifndef Dprintk | 49 | #ifndef Dprintk |
49 | #define Dprintk(x...) | 50 | #define Dprintk(x...) |