aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/io_apic.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/apic/io_apic.c')
-rw-r--r--arch/x86/kernel/apic/io_apic.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/kernel/apic/io_apic.c b/arch/x86/kernel/apic/io_apic.c
index aa2b75360115..ee0757db34ec 100644
--- a/arch/x86/kernel/apic/io_apic.c
+++ b/arch/x86/kernel/apic/io_apic.c
@@ -1475,9 +1475,6 @@ static void __init setup_timer_IRQ0_pin(unsigned int ioapic_idx,
1475 struct IO_APIC_route_entry entry; 1475 struct IO_APIC_route_entry entry;
1476 unsigned int dest; 1476 unsigned int dest;
1477 1477
1478 if (irq_remapping_enabled)
1479 return;
1480
1481 memset(&entry, 0, sizeof(entry)); 1478 memset(&entry, 0, sizeof(entry));
1482 1479
1483 /* 1480 /*