From: Thomas Gleixner Date: Thu, 11 Oct 2007 09:14:57 +0000 (+0200) Subject: x86_64: prepare shared kernel/suspend.c X-Git-Tag: v2.6.24-rc1~1570 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2c7de090f86d9972a741a313de76996865814b74;p=platform%2Fkernel%2Flinux-3.10.git x86_64: prepare shared kernel/suspend.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 edd3ad7..2da29ed 100644 --- a/arch/x86_64/kernel/Makefile +++ b/arch/x86_64/kernel/Makefile @@ -25,7 +25,7 @@ obj-y += apic_64.o nmi_64.o obj-y += io_apic_64.o mpparse_64.o genapic_64.o genapic_flat.o obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel_64.o crash_64.o obj-$(CONFIG_CRASH_DUMP) += crash_dump.o -obj-$(CONFIG_PM) += suspend.o +obj-$(CONFIG_PM) += suspend_64.o obj-$(CONFIG_HIBERNATION) += suspend_asm_64.o obj-$(CONFIG_CPU_FREQ) += ../../i386/kernel/cpu/cpufreq/ obj-$(CONFIG_EARLY_PRINTK) += early_printk.o diff --git a/arch/x86_64/kernel/suspend.c b/arch/x86_64/kernel/suspend_64.c similarity index 100% rename from arch/x86_64/kernel/suspend.c rename to arch/x86_64/kernel/suspend_64.c