diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-01-30 07:30:16 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:30:16 -0500 |
commit | c9ff03428f24219b927d9d9d3c0c581622967794 (patch) | |
tree | cee8d18407193abeffa1280d21497135de418955 /arch/x86/mm | |
parent | fc36367211931cd503f050e4ceff5d9864cec817 (diff) |
x86: move k8 related declarations
Move k8 related declarations to k8.h and fix numa_64.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/mm')
-rw-r--r-- | arch/x86/mm/numa_64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/mm/numa_64.c b/arch/x86/mm/numa_64.c index 3d6926ba899..2d8fdc05f41 100644 --- a/arch/x86/mm/numa_64.c +++ b/arch/x86/mm/numa_64.c | |||
@@ -17,6 +17,7 @@ | |||
17 | #include <asm/dma.h> | 17 | #include <asm/dma.h> |
18 | #include <asm/numa.h> | 18 | #include <asm/numa.h> |
19 | #include <asm/acpi.h> | 19 | #include <asm/acpi.h> |
20 | #include <asm/k8.h> | ||
20 | 21 | ||
21 | #ifndef Dprintk | 22 | #ifndef Dprintk |
22 | #define Dprintk(x...) | 23 | #define Dprintk(x...) |