summaryrefslogtreecommitdiff
path: root/include/asm-x86/topology.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-02-20 10:30:15 +0100
committerIngo Molnar <mingo@elte.hu>2008-04-23 09:01:23 +0200
commit353a6de5d2b5633456f11e30df7898d35bfe13f5 (patch)
tree1cb327547d28384159b1b96cfb7e70119f14f370 /include/asm-x86/topology.h
parent7ddb58ba1ccf9daf5f9b0ef851ee4aea0e5bf7b9 (diff)
x86: fix k8-bus_64.c build
Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-x86/topology.h')
-rw-r--r--include/asm-x86/topology.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-x86/topology.h b/include/asm-x86/topology.h
index f0cac2cfa83f..4793ae745a78 100644
--- a/include/asm-x86/topology.h
+++ b/include/asm-x86/topology.h
@@ -199,8 +199,8 @@ extern cpumask_t cpu_coregroup_map(int cpu);
#endif
#ifdef CONFIG_NUMA
-int get_mp_bus_to_node(int busnum);
-void set_mp_bus_to_node(int busnum, int node);
+extern int get_mp_bus_to_node(int busnum);
+extern void set_mp_bus_to_node(int busnum, int node);
#else
static inline int get_mp_bus_to_node(int busnum)
{