x86: I/O APIC: Add a 64-bit variation of replace_pin_at_irq()
authorMaciej W. Rozycki <macro@linux-mips.org>
Tue, 1 Jul 2008 00:19:31 +0000 (01:19 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 10 Jul 2008 09:04:05 +0000 (11:04 +0200)
When an interrupt is rerouted to a different I/O APIC pin the relevant
entry of the irq_2_pin list should get updated accordingly so that
operations are performed on the correct redirection entry.

This is already done by the 32-bit variation of the code and here is a
complementing 64-bit implementation.  Should make someone's decision less
tough when merging the two. ;)

Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found