From 8083fafd0ef6e2e7a51564dce38640a576393a47 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Thu, 11 Oct 2007 11:12:34 +0200 Subject: [PATCH] --- yaml --- r: 65380 b: refs/heads/master c: 24d8d25f1563f25c365cc6895bfc88af0b90ee40 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/i386/kernel/Makefile | 2 +- trunk/arch/i386/kernel/{reboot_fixups.c => reboot_fixups_32.c} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename trunk/arch/i386/kernel/{reboot_fixups.c => reboot_fixups_32.c} (100%) diff --git a/[refs] b/[refs] index 36bef1317e9e..f56281b5431e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2512e7c5c1851951ba4a625b84b4400bf6150625 +refs/heads/master: 24d8d25f1563f25c365cc6895bfc88af0b90ee40 diff --git a/trunk/arch/i386/kernel/Makefile b/trunk/arch/i386/kernel/Makefile index 4ff5e93d23c9..57b41c4d5fde 100644 --- a/trunk/arch/i386/kernel/Makefile +++ b/trunk/arch/i386/kernel/Makefile @@ -24,7 +24,7 @@ obj-$(CONFIG_X86_TRAMPOLINE) += trampoline.o obj-$(CONFIG_X86_MPPARSE) += mpparse.o obj-$(CONFIG_X86_LOCAL_APIC) += apic_32.o nmi_32.o obj-$(CONFIG_X86_IO_APIC) += io_apic_32.o -obj-$(CONFIG_X86_REBOOTFIXUPS) += reboot_fixups.o +obj-$(CONFIG_X86_REBOOTFIXUPS) += reboot_fixups_32.o obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel_32.o crash_32.o obj-$(CONFIG_CRASH_DUMP) += crash_dump.o obj-$(CONFIG_X86_NUMAQ) += numaq.o diff --git a/trunk/arch/i386/kernel/reboot_fixups.c b/trunk/arch/i386/kernel/reboot_fixups_32.c similarity index 100% rename from trunk/arch/i386/kernel/reboot_fixups.c rename to trunk/arch/i386/kernel/reboot_fixups_32.c