x86: rename the i8259_32/64.c leftovers to irqinit_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 14:47:39 +0000 (16:47 +0200)
commitec42418f1973e1f77da1fcca3be59c0acb878a9d
tree25cf43dedd1715409f60f15a76b85f5901a63812
parentd23b200a75f78e62744c3c25d078855eec8a689b
x86: rename the i8259_32/64.c leftovers to irqinit_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 irqinit_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]