aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/genapic_32.h
diff options
context:
space:
mode:
authorAlexey Starikovskiy <astarikovskiy@suse.de>2008-03-17 15:08:42 -0400
committerIngo Molnar <mingo@elte.hu>2008-04-17 11:41:08 -0400
commitd285e338899a4ff662a17b22d3bb0e48bb1465d4 (patch)
tree14fd807235a5aaf5818c32b9875af8a76e1d14a7 /include/asm-x86/genapic_32.h
parent4655c7deca112bea86ca00f616f19c3717f687aa (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/genapic_32.h')
-rw-r--r--include/asm-x86/genapic_32.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-x86/genapic_32.h b/include/asm-x86/genapic_32.h
index 5d024400ddde..5a1ae0164aa0 100644
--- a/include/asm-x86/genapic_32.h
+++ b/include/asm-x86/genapic_32.h
@@ -50,8 +50,6 @@ struct genapic {
50 /* mpparse */ 50 /* mpparse */
51 void (*mpc_oem_bus_info)(struct mpc_config_bus *, char *, 51 void (*mpc_oem_bus_info)(struct mpc_config_bus *, char *,
52 struct mpc_config_translation *); 52 struct mpc_config_translation *);
53 void (*mpc_oem_pci_bus)(struct mpc_config_bus *,
54 struct mpc_config_translation *);
55 53
56 /* When one of the next two hooks returns 1 the genapic 54 /* When one of the next two hooks returns 1 the genapic
57 is switched to this. Essentially they are additional probe 55 is switched to this. Essentially they are additional probe
@@ -106,7 +104,6 @@ struct genapic {
106 APICFUNC(setup_portio_remap) \ 104 APICFUNC(setup_portio_remap) \
107 APICFUNC(check_phys_apicid_present) \ 105 APICFUNC(check_phys_apicid_present) \
108 APICFUNC(mpc_oem_bus_info) \ 106 APICFUNC(mpc_oem_bus_info) \
109 APICFUNC(mpc_oem_pci_bus) \
110 APICFUNC(mps_oem_check) \ 107 APICFUNC(mps_oem_check) \
111 APICFUNC(get_apic_id) \ 108 APICFUNC(get_apic_id) \
112 .apic_id_mask = APIC_ID_MASK, \ 109 .apic_id_mask = APIC_ID_MASK, \