diff options
Diffstat (limited to 'arch/x86/kernel/acpi/boot.c')
| -rw-r--r-- | arch/x86/kernel/acpi/boot.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi/boot.c index 87eee07da21..fb1035cd9a6 100644 --- a/arch/x86/kernel/acpi/boot.c +++ b/arch/x86/kernel/acpi/boot.c @@ -1123,7 +1123,7 @@ static int __init acpi_parse_madt_ioapic_entries(void)  	if (!acpi_sci_override_gsi)  		acpi_sci_ioapic_setup(acpi_gbl_FADT.sci_interrupt, 0, 0); -	/* Fill in identity legacy mapings where no override */ +	/* Fill in identity legacy mappings where no override */  	mp_config_acpi_legacy_irqs();  	count =  |