x86: I/O APIC: rename setup_ExtINT_IRQ0_pin()
authorMaciej W. Rozycki <macro@linux-mips.org>
Tue, 27 May 2008 20:19:34 +0000 (21:19 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 8 Jul 2008 07:13:04 +0000 (09:13 +0200)
commitf7633ce55b2ea2926a39d7ca9d0bb06c43edd2c2
tree651c65bd69b9a14822e12a64e2f59edf08116953
parent6b4722a7779ebadcf016fd96ce3156b6acda8a31
x86: I/O APIC: rename setup_ExtINT_IRQ0_pin()

Rename setup_ExtINT_IRQ0_pin() to setup_timer_IRQ0_pin() to better
reflect the upcoming role of a function setting up a (semi-)arbitrary I/O
APIC pin appropriately for the 8254 timer.  By "appropriate" the following
settings are meant: edge-triggered, active-high, all the other settings
per-architecture.  Adjust comments to reflect code appropriately.  No
functional changes.

Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/io_apic_32.c
arch/x86/kernel/io_apic_64.c