aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/acpi/boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/acpi/boot.c')
-rw-r--r--arch/x86/kernel/acpi/boot.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi/boot.c
index caf4ed7ca069..4d370b1c5ae8 100644
--- a/arch/x86/kernel/acpi/boot.c
+++ b/arch/x86/kernel/acpi/boot.c
@@ -1172,6 +1172,9 @@ int mp_config_acpi_gsi(unsigned char number, unsigned int devfn, u8 pin,
1172 struct mpc_config_intsrc intsrc; 1172 struct mpc_config_intsrc intsrc;
1173 int ioapic; 1173 int ioapic;
1174 1174
1175 if (!enable_update_mptable)
1176 return 0;
1177
1175 /* print the entry should happen on mptable identically */ 1178 /* print the entry should happen on mptable identically */
1176 intsrc.mpc_type = MP_INTSRC; 1179 intsrc.mpc_type = MP_INTSRC;
1177 intsrc.mpc_irqtype = mp_INT; 1180 intsrc.mpc_irqtype = mp_INT;