diff options
Diffstat (limited to 'arch/x86/kernel/io_apic.c')
-rw-r--r-- | arch/x86/kernel/io_apic.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/io_apic.c b/arch/x86/kernel/io_apic.c index 7ca556690474..4e44fd1f466e 100644 --- a/arch/x86/kernel/io_apic.c +++ b/arch/x86/kernel/io_apic.c | |||
@@ -2077,6 +2077,8 @@ static void __init setup_ioapic_ids_from_mpc(void) | |||
2077 | 2077 | ||
2078 | reg_00.bits.ID = mp_ioapics[apic].mp_apicid; | 2078 | reg_00.bits.ID = mp_ioapics[apic].mp_apicid; |
2079 | spin_lock_irqsave(&ioapic_lock, flags); | 2079 | spin_lock_irqsave(&ioapic_lock, flags); |
2080 | io_apic_write(apic, 0, reg_00.raw); | ||
2081 | spin_unlock_irqrestore(&ioapic_lock, flags); | ||
2080 | 2082 | ||
2081 | /* | 2083 | /* |
2082 | * Sanity check | 2084 | * Sanity check |