diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:14:57 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:14:57 -0400 |
commit | 2c7de090f86d9972a741a313de76996865814b74 (patch) | |
tree | d993abc3275ef65195165b9e817a7743a90b9638 /arch/x86_64/kernel | |
parent | e877d83a8e2643a026559a60ac6d1ee9fb827677 (diff) |
x86_64: prepare shared kernel/suspend.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86_64/kernel')
-rw-r--r-- | arch/x86_64/kernel/Makefile | 2 | ||||
-rw-r--r-- | arch/x86_64/kernel/suspend_64.c (renamed from arch/x86_64/kernel/suspend.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/Makefile b/arch/x86_64/kernel/Makefile index edd3ad7995d6..2da29ed79c13 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 | |||
25 | obj-y += io_apic_64.o mpparse_64.o genapic_64.o genapic_flat.o | 25 | obj-y += io_apic_64.o mpparse_64.o genapic_64.o genapic_flat.o |
26 | obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel_64.o crash_64.o | 26 | obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel_64.o crash_64.o |
27 | obj-$(CONFIG_CRASH_DUMP) += crash_dump.o | 27 | obj-$(CONFIG_CRASH_DUMP) += crash_dump.o |
28 | obj-$(CONFIG_PM) += suspend.o | 28 | obj-$(CONFIG_PM) += suspend_64.o |
29 | obj-$(CONFIG_HIBERNATION) += suspend_asm_64.o | 29 | obj-$(CONFIG_HIBERNATION) += suspend_asm_64.o |
30 | obj-$(CONFIG_CPU_FREQ) += ../../i386/kernel/cpu/cpufreq/ | 30 | obj-$(CONFIG_CPU_FREQ) += ../../i386/kernel/cpu/cpufreq/ |
31 | obj-$(CONFIG_EARLY_PRINTK) += early_printk.o | 31 | obj-$(CONFIG_EARLY_PRINTK) += early_printk.o |
diff --git a/arch/x86_64/kernel/suspend.c b/arch/x86_64/kernel/suspend_64.c index 573c0a6e0ac6..573c0a6e0ac6 100644 --- a/arch/x86_64/kernel/suspend.c +++ b/arch/x86_64/kernel/suspend_64.c | |||