diff options
author | Alexey Starikovskiy <astarikovskiy@suse.de> | 2008-03-11 22:55:48 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 17:40:59 +0200 |
commit | 037cab07e9515149fecc2274775807f06ea6b036 (patch) | |
tree | ce551b4846fa55f8e60cd62d3c0004e856e838dd /include/asm-x86/mpspec.h | |
parent | e129cb490e842753b43af7aae136935fc0928dc8 (diff) |
x86: move mp_bus_id_to_node to numa.c
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/mpspec.h')
-rw-r--r-- | include/asm-x86/mpspec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-x86/mpspec.h b/include/asm-x86/mpspec.h index 1c52bd8711f6..99da0a59b436 100644 --- a/include/asm-x86/mpspec.h +++ b/include/asm-x86/mpspec.h @@ -6,8 +6,6 @@ #ifdef CONFIG_X86_32 #include <mach_mpspec.h> -extern int mp_bus_id_to_node[MAX_MP_BUSSES]; - extern unsigned int def_to_bigsmp; extern int apic_version[MAX_APICS]; extern u8 apicid_2_node[]; |