diff options
author | Alexey Starikovskiy <astarikovskiy@suse.de> | 2008-03-17 15:08:42 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 11:41:08 -0400 |
commit | d285e338899a4ff662a17b22d3bb0e48bb1465d4 (patch) | |
tree | 14fd807235a5aaf5818c32b9875af8a76e1d14a7 /include/asm-x86/mach-numaq | |
parent | 4655c7deca112bea86ca00f616f19c3717f687aa (diff) |
x86: remove mpc_oem_pci_bus()
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/mach-numaq')
-rw-r--r-- | include/asm-x86/mach-numaq/mach_mpparse.h | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/include/asm-x86/mach-numaq/mach_mpparse.h b/include/asm-x86/mach-numaq/mach_mpparse.h index 254993ae04c7..4a5d8a8b01a2 100644 --- a/include/asm-x86/mach-numaq/mach_mpparse.h +++ b/include/asm-x86/mach-numaq/mach_mpparse.h | |||
@@ -15,16 +15,8 @@ static inline void mpc_oem_bus_info(struct mpc_config_bus *m, char *name, | |||
15 | printk("Bus #%d is %s (node %d)\n", m->mpc_busid, name, quad); | 15 | printk("Bus #%d is %s (node %d)\n", m->mpc_busid, name, quad); |
16 | } | 16 | } |
17 | 17 | ||
18 | extern int quad_local_to_mp_bus_id[NR_CPUS/4][4]; | 18 | extern void mpc_oem_pci_bus(struct mpc_config_bus *m, |
19 | 19 | struct mpc_config_translation *translation); | |
20 | static inline void mpc_oem_pci_bus(struct mpc_config_bus *m, | ||
21 | struct mpc_config_translation *translation) | ||
22 | { | ||
23 | int quad = translation->trans_quad; | ||
24 | int local = translation->trans_local; | ||
25 | |||
26 | quad_local_to_mp_bus_id[quad][local] = m->mpc_busid; | ||
27 | } | ||
28 | 20 | ||
29 | /* Hook from generic ACPI tables.c */ | 21 | /* Hook from generic ACPI tables.c */ |
30 | static inline void acpi_madt_oem_check(char *oem_id, char *oem_table_id) | 22 | static inline void acpi_madt_oem_check(char *oem_id, char *oem_table_id) |