diff options
Diffstat (limited to 'arch/x86/include/asm/mpspec.h')
-rw-r--r-- | arch/x86/include/asm/mpspec.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/include/asm/mpspec.h b/arch/x86/include/asm/mpspec.h index 62d14ce3cd00..432e9cbc6076 100644 --- a/arch/x86/include/asm/mpspec.h +++ b/arch/x86/include/asm/mpspec.h | |||
@@ -142,4 +142,8 @@ static inline void physid_set_mask_of_physid(int physid, physid_mask_t *map) | |||
142 | 142 | ||
143 | extern physid_mask_t phys_cpu_present_map; | 143 | extern physid_mask_t phys_cpu_present_map; |
144 | 144 | ||
145 | extern int generic_mps_oem_check(struct mpc_table *, char *, char *); | ||
146 | |||
147 | extern int default_acpi_madt_oem_check(char *, char *); | ||
148 | |||
145 | #endif /* _ASM_X86_MPSPEC_H */ | 149 | #endif /* _ASM_X86_MPSPEC_H */ |