From: Thomas Gleixner Date: Thu, 11 Oct 2007 09:14:09 +0000 (+0200) Subject: x86_64: prepare shared kernel/io_apic.c X-Git-Tag: v3.12-rc1~26619 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cc7de6036cd93d5ca7228fe8ca921b6dc9050c83;p=kernel%2Fkernel-generic.git x86_64: prepare shared kernel/io_apic.c Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- diff --git a/arch/x86_64/kernel/Makefile b/arch/x86_64/kernel/Makefile index 175d604..89a62b7 100644 --- a/arch/x86_64/kernel/Makefile +++ b/arch/x86_64/kernel/Makefile @@ -22,7 +22,7 @@ obj-$(CONFIG_MICROCODE) += microcode.o obj-$(CONFIG_X86_CPUID) += cpuid.o obj-$(CONFIG_SMP) += smp.o smpboot.o trampoline.o tsc_sync.o obj-y += apic.o nmi.o -obj-y += io_apic.o mpparse.o genapic.o genapic_flat.o +obj-y += io_apic_64.o mpparse.o genapic.o genapic_flat.o obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o crash.o obj-$(CONFIG_CRASH_DUMP) += crash_dump.o obj-$(CONFIG_PM) += suspend.o diff --git a/arch/x86_64/kernel/io_apic.c b/arch/x86_64/kernel/io_apic_64.c similarity index 100% rename from arch/x86_64/kernel/io_apic.c rename to arch/x86_64/kernel/io_apic_64.c