diff options
Diffstat (limited to 'arch/x86_64')
-rw-r--r-- | arch/x86_64/kernel/io_apic.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86_64/kernel/io_apic.c b/arch/x86_64/kernel/io_apic.c index 48593f6b708f..0a91368f8b60 100644 --- a/arch/x86_64/kernel/io_apic.c +++ b/arch/x86_64/kernel/io_apic.c | |||
@@ -830,10 +830,6 @@ static void setup_IO_APIC_irq(int apic, int pin, unsigned int irq, | |||
830 | disable_8259A_irq(irq); | 830 | disable_8259A_irq(irq); |
831 | 831 | ||
832 | ioapic_write_entry(apic, pin, entry); | 832 | ioapic_write_entry(apic, pin, entry); |
833 | |||
834 | spin_lock_irqsave(&ioapic_lock, flags); | ||
835 | irq_desc[irq].affinity = TARGET_CPUS; | ||
836 | spin_unlock_irqrestore(&ioapic_lock, flags); | ||
837 | } | 833 | } |
838 | 834 | ||
839 | static void __init setup_IO_APIC_irqs(void) | 835 | static void __init setup_IO_APIC_irqs(void) |