diff options
Diffstat (limited to 'include/asm-x86/mpspec.h')
-rw-r--r-- | include/asm-x86/mpspec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/mpspec.h b/include/asm-x86/mpspec.h index b8ba37496e2d..f48dbca740e4 100644 --- a/include/asm-x86/mpspec.h +++ b/include/asm-x86/mpspec.h | |||
@@ -61,6 +61,7 @@ extern void mp_config_acpi_legacy_irqs(void); | |||
61 | extern int mp_register_gsi(u32 gsi, int edge_level, int active_high_low); | 61 | extern int mp_register_gsi(u32 gsi, int edge_level, int active_high_low); |
62 | extern void MP_intsrc_info(struct mpc_config_intsrc *m); | 62 | extern void MP_intsrc_info(struct mpc_config_intsrc *m); |
63 | #ifdef CONFIG_X86_IO_APIC | 63 | #ifdef CONFIG_X86_IO_APIC |
64 | extern int enable_update_mptable; | ||
64 | extern int mp_config_acpi_gsi(unsigned char number, unsigned int devfn, u8 pin, | 65 | extern int mp_config_acpi_gsi(unsigned char number, unsigned int devfn, u8 pin, |
65 | u32 gsi, int triggering, int polarity); | 66 | u32 gsi, int triggering, int polarity); |
66 | #else | 67 | #else |