diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-01-30 13:30:16 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 13:30:16 +0100 |
commit | c9ff03428f24219b927d9d9d3c0c581622967794 (patch) | |
tree | cee8d18407193abeffa1280d21497135de418955 /arch/x86 | |
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')
-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 @@ #include <asm/dma.h> #include <asm/numa.h> #include <asm/acpi.h> +#include <asm/k8.h> #ifndef Dprintk #define Dprintk(x...) |