diff options
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r-- | arch/x86/include/asm/apic.h | 7 | ||||
-rw-r--r-- | arch/x86/include/asm/mpspec.h | 2 |
2 files changed, 0 insertions, 9 deletions
diff --git a/arch/x86/include/asm/apic.h b/arch/x86/include/asm/apic.h index b8c1380690e7..86d155026c3e 100644 --- a/arch/x86/include/asm/apic.h +++ b/arch/x86/include/asm/apic.h | |||
@@ -309,13 +309,6 @@ struct apic { | |||
309 | void (*enable_apic_mode)(void); | 309 | void (*enable_apic_mode)(void); |
310 | int (*phys_pkg_id)(int cpuid_apic, int index_msb); | 310 | int (*phys_pkg_id)(int cpuid_apic, int index_msb); |
311 | 311 | ||
312 | /* | ||
313 | * When one of the next two hooks returns 1 the apic | ||
314 | * is switched to this. Essentially they are additional | ||
315 | * probe functions: | ||
316 | */ | ||
317 | int (*mps_oem_check)(struct mpc_table *mpc, char *oem, char *productid); | ||
318 | |||
319 | unsigned int (*get_apic_id)(unsigned long x); | 312 | unsigned int (*get_apic_id)(unsigned long x); |
320 | unsigned long (*set_apic_id)(unsigned int id); | 313 | unsigned long (*set_apic_id)(unsigned int id); |
321 | unsigned long apic_id_mask; | 314 | unsigned long apic_id_mask; |
diff --git a/arch/x86/include/asm/mpspec.h b/arch/x86/include/asm/mpspec.h index 7bef40a01a1d..b07233b64578 100644 --- a/arch/x86/include/asm/mpspec.h +++ b/arch/x86/include/asm/mpspec.h | |||
@@ -150,6 +150,4 @@ static inline void physid_set_mask_of_physid(int physid, physid_mask_t *map) | |||
150 | 150 | ||
151 | extern physid_mask_t phys_cpu_present_map; | 151 | extern physid_mask_t phys_cpu_present_map; |
152 | 152 | ||
153 | extern int generic_mps_oem_check(struct mpc_table *, char *, char *); | ||
154 | |||
155 | #endif /* _ASM_X86_MPSPEC_H */ | 153 | #endif /* _ASM_X86_MPSPEC_H */ |