|
@@ -2299,12 +2299,8 @@ static void __target_IO_APIC_irq(unsigned int irq, unsigned int dest, struct irq
|
|
|
|
|
|
apic = entry->apic;
|
|
|
pin = entry->pin;
|
|
|
- /*
|
|
|
- * With interrupt-remapping, destination information comes
|
|
|
- * from interrupt-remapping table entry.
|
|
|
- */
|
|
|
- if (!irq_remapped(cfg))
|
|
|
- io_apic_write(apic, 0x11 + pin*2, dest);
|
|
|
+
|
|
|
+ io_apic_write(apic, 0x11 + pin*2, dest);
|
|
|
reg = io_apic_read(apic, 0x10 + pin*2);
|
|
|
reg &= ~IO_APIC_REDIR_VECTOR_MASK;
|
|
|
reg |= vector;
|