From 75a43a0896dafe55faee00bfcdb856ece331bc5f Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Thu, 11 Oct 2007 11:14:09 +0200 Subject: [PATCH] --- yaml --- r: 65450 b: refs/heads/master c: cc7de6036cd93d5ca7228fe8ca921b6dc9050c83 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86_64/kernel/Makefile | 2 +- trunk/arch/x86_64/kernel/{io_apic.c => io_apic_64.c} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename trunk/arch/x86_64/kernel/{io_apic.c => io_apic_64.c} (100%) diff --git a/[refs] b/[refs] index 9ba1db58beae..1251b70b9886 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6ba77c2d762ccac01dc9302c63e21605552f177e +refs/heads/master: cc7de6036cd93d5ca7228fe8ca921b6dc9050c83 diff --git a/trunk/arch/x86_64/kernel/Makefile b/trunk/arch/x86_64/kernel/Makefile index 175d6045d36b..89a62b75dca4 100644 --- a/trunk/arch/x86_64/kernel/Makefile +++ b/trunk/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/trunk/arch/x86_64/kernel/io_apic.c b/trunk/arch/x86_64/kernel/io_apic_64.c similarity index 100% rename from trunk/arch/x86_64/kernel/io_apic.c rename to trunk/arch/x86_64/kernel/io_apic_64.c