diff options
Diffstat (limited to 'include/asm-x86')
-rw-r--r-- | include/asm-x86/mach-numaq/mach_mpparse.h | 1 | ||||
-rw-r--r-- | include/asm-x86/mpspec.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-x86/mach-numaq/mach_mpparse.h b/include/asm-x86/mach-numaq/mach_mpparse.h index 0917b95c42a..254993ae04c 100644 --- a/include/asm-x86/mach-numaq/mach_mpparse.h +++ b/include/asm-x86/mach-numaq/mach_mpparse.h | |||
@@ -2,6 +2,7 @@ | |||
2 | #define __ASM_MACH_MPPARSE_H | 2 | #define __ASM_MACH_MPPARSE_H |
3 | 3 | ||
4 | extern int mp_bus_id_to_local[MAX_MP_BUSSES]; | 4 | extern int mp_bus_id_to_local[MAX_MP_BUSSES]; |
5 | extern int mp_bus_id_to_node[MAX_MP_BUSSES]; | ||
5 | 6 | ||
6 | static inline void mpc_oem_bus_info(struct mpc_config_bus *m, char *name, | 7 | static inline void mpc_oem_bus_info(struct mpc_config_bus *m, char *name, |
7 | struct mpc_config_translation *translation) | 8 | struct mpc_config_translation *translation) |
diff --git a/include/asm-x86/mpspec.h b/include/asm-x86/mpspec.h index 1c52bd8711f..99da0a59b43 100644 --- a/include/asm-x86/mpspec.h +++ b/include/asm-x86/mpspec.h | |||
@@ -6,8 +6,6 @@ | |||
6 | #ifdef CONFIG_X86_32 | 6 | #ifdef CONFIG_X86_32 |
7 | #include <mach_mpspec.h> | 7 | #include <mach_mpspec.h> |
8 | 8 | ||
9 | extern int mp_bus_id_to_node[MAX_MP_BUSSES]; | ||
10 | |||
11 | extern unsigned int def_to_bigsmp; | 9 | extern unsigned int def_to_bigsmp; |
12 | extern int apic_version[MAX_APICS]; | 10 | extern int apic_version[MAX_APICS]; |
13 | extern u8 apicid_2_node[]; | 11 | extern u8 apicid_2_node[]; |