aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/k8topology_64.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2008-05-12 15:43:35 +0200
committerThomas Gleixner <tglx@linutronix.de>2008-05-25 08:58:26 +0200
commit0eafe234a2571f51ef9f7e8baddb58c828750771 (patch)
tree23bc74c6f50504f4b4fb1594666ac50843a613c1 /arch/x86/mm/k8topology_64.c
parentx86: create prototype for (un)map_devmem (diff)
downloadlinux-dev-0eafe234a2571f51ef9f7e8baddb58c828750771.tar.xz
linux-dev-0eafe234a2571f51ef9f7e8baddb58c828750771.zip
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/mm/k8topology_64.c b/arch/x86/mm/k8topology_64.c
index 1f476e477844..48471199887d 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)
{