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)
commit0b9f4f49e2abe787673de8f1f56f053fb30fec24
tree1fc290c2f215ba28aa6c73bdd8ae4f6b39d901f7
parentc9076b63191ec799ba6848ce5603fff109da57d2
x86: I/O APIC: Add a 64-bit variation of replace_pin_at_irq()

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>
arch/x86/kernel/io_apic_64.c