aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/genapic_32.h
diff options
context:
space:
mode:
authorAlexey Starikovskiy <astarikovskiy@suse.de>2008-03-17 15:08:48 -0400
committerIngo Molnar <mingo@elte.hu>2008-04-17 11:41:08 -0400
commit0ec153af4dec8944e6da558093914a3bce4c76f9 (patch)
tree374a5287217a709e01ff1dd2697f844d955bb2da /include/asm-x86/genapic_32.h
parentd285e338899a4ff662a17b22d3bb0e48bb1465d4 (diff)
x86: remove mpc_oem_bus_info()
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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-x86/genapic_32.h b/include/asm-x86/genapic_32.h
index 5a1ae0164aa0..5a1b68ac3ca9 100644
--- a/include/asm-x86/genapic_32.h
+++ b/include/asm-x86/genapic_32.h
@@ -48,9 +48,6 @@ struct genapic {
48 u32 (*phys_pkg_id)(u32 cpuid_apic, int index_msb); 48 u32 (*phys_pkg_id)(u32 cpuid_apic, int index_msb);
49 49
50 /* mpparse */ 50 /* mpparse */
51 void (*mpc_oem_bus_info)(struct mpc_config_bus *, char *,
52 struct mpc_config_translation *);
53
54 /* When one of the next two hooks returns 1 the genapic 51 /* When one of the next two hooks returns 1 the genapic
55 is switched to this. Essentially they are additional probe 52 is switched to this. Essentially they are additional probe
56 functions. */ 53 functions. */
@@ -103,7 +100,6 @@ struct genapic {
103 APICFUNC(apicid_to_cpu_present) \ 100 APICFUNC(apicid_to_cpu_present) \
104 APICFUNC(setup_portio_remap) \ 101 APICFUNC(setup_portio_remap) \
105 APICFUNC(check_phys_apicid_present) \ 102 APICFUNC(check_phys_apicid_present) \
106 APICFUNC(mpc_oem_bus_info) \
107 APICFUNC(mps_oem_check) \ 103 APICFUNC(mps_oem_check) \
108 APICFUNC(get_apic_id) \ 104 APICFUNC(get_apic_id) \
109 .apic_id_mask = APIC_ID_MASK, \ 105 .apic_id_mask = APIC_ID_MASK, \