aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/io_apic_32.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/io_apic_32.c')
-rw-r--r--arch/x86/kernel/io_apic_32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/io_apic_32.c b/arch/x86/kernel/io_apic_32.c
index ce682e873aa7..b381f93b79ae 100644
--- a/arch/x86/kernel/io_apic_32.c
+++ b/arch/x86/kernel/io_apic_32.c
@@ -2185,6 +2185,7 @@ static inline void __init check_timer(void)
2185 * legacy devices should be connected to IO APIC #0 2185 * legacy devices should be connected to IO APIC #0
2186 */ 2186 */
2187 setup_timer_IRQ0_pin(apic2, pin2, vector); 2187 setup_timer_IRQ0_pin(apic2, pin2, vector);
2188 unmask_IO_APIC_irq(0);
2188 enable_8259A_irq(0); 2189 enable_8259A_irq(0);
2189 if (timer_irq_works()) { 2190 if (timer_irq_works()) {
2190 printk("works.\n"); 2191 printk("works.\n");