x86: rename the i8259_32/64.c leftovers to initirq_32/64.c
authorThomas Gleixner <tglx@linutronix.de>
Sat, 24 May 2008 13:59:58 +0000 (15:59 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 24 May 2008 13:59:58 +0000 (15:59 +0200)
commitf20b11e716936f85850654c49e06a1f955b9e5fc
treeb61b6da8185b06cfff6bd0a7bf02e5d6e67f3aeb
parent4d9a6e6128dd8ada0d2feed2a9bb6506043e4655
x86: rename the i8259_32/64.c leftovers to initirq_32/64.c

The leftovers of the i8259 unification have nothing to do with i8259
at all. They contain interrupt init code and the i8259_xx name is just
misleading now.

Rename them to initirq_32/64.c

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/Makefile
arch/x86/kernel/irqinit_32.c [moved from arch/x86/kernel/i8259_32.c with 100% similarity]
arch/x86/kernel/irqinit_64.c [moved from arch/x86/kernel/i8259_64.c with 100% similarity]