aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2008-05-24 15:59:58 +0200
committerThomas Gleixner <tglx@linutronix.de>2008-05-24 15:59:58 +0200
commitf20b11e716936f85850654c49e06a1f955b9e5fc (patch)
treeb61b6da8185b06cfff6bd0a7bf02e5d6e67f3aeb /arch
parent4d9a6e6128dd8ada0d2feed2a9bb6506043e4655 (diff)
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/kernel/Makefile2
-rw-r--r--arch/x86/kernel/irqinit_32.c (renamed from arch/x86/kernel/i8259_32.c)0
-rw-r--r--arch/x86/kernel/irqinit_64.c (renamed from arch/x86/kernel/i8259_64.c)0
3 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile
index f71a76ef259..2a53ad2cb45 100644
--- a/arch/x86/kernel/Makefile
+++ b/arch/x86/kernel/Makefile
@@ -18,7 +18,7 @@ CFLAGS_tsc_64.o := $(nostackp)
obj-y := process_$(BITS).o signal_$(BITS).o entry_$(BITS).o
obj-y += traps_$(BITS).o irq_$(BITS).o
obj-y += time_$(BITS).o ioport.o ldt.o
-obj-y += setup_$(BITS).o i8259.o i8259_$(BITS).o setup.o
+obj-y += setup_$(BITS).o i8259.o irqinit_$(BITS).o setup.o
obj-$(CONFIG_X86_32) += sys_i386_32.o i386_ksyms_32.o
obj-$(CONFIG_X86_64) += sys_x86_64.o x8664_ksyms_64.o
obj-$(CONFIG_X86_64) += syscall_64.o vsyscall_64.o setup64.o
diff --git a/arch/x86/kernel/i8259_32.c b/arch/x86/kernel/irqinit_32.c
index d66914287ee..d66914287ee 100644
--- a/arch/x86/kernel/i8259_32.c
+++ b/arch/x86/kernel/irqinit_32.c
diff --git a/arch/x86/kernel/i8259_64.c b/arch/x86/kernel/irqinit_64.c
index a95d2bd27e9..a95d2bd27e9 100644
--- a/arch/x86/kernel/i8259_64.c
+++ b/arch/x86/kernel/irqinit_64.c