diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-05-12 15:43:35 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2008-05-25 08:58:26 +0200 |
commit | 0eafe234a2571f51ef9f7e8baddb58c828750771 (patch) | |
tree | 23bc74c6f50504f4b4fb1594666ac50843a613c1 /arch/x86/mm/k8topology_64.c | |
parent | 635ee418381566f03819408e1303ef21fcf2d41c (diff) |
x86: k8topology add missing header
k8_scan_nodes is global and needs a prototype. Add the header file
which contains it.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/mm/k8topology_64.c')
-rw-r--r-- | arch/x86/mm/k8topology_64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/mm/k8topology_64.c b/arch/x86/mm/k8topology_64.c index 1f476e47784..48471199887 100644 --- a/arch/x86/mm/k8topology_64.c +++ b/arch/x86/mm/k8topology_64.c @@ -22,6 +22,7 @@ #include <asm/numa.h> #include <asm/mpspec.h> #include <asm/apic.h> +#include <asm/k8.h> static __init int find_northbridge(void) { |