]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86 PM: consolidate suspend and hibernation code
authorRafael J. Wysocki <rjw@sisk.pl>
Sat, 9 Feb 2008 22:24:09 +0000 (23:24 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 9 Feb 2008 22:24:09 +0000 (23:24 +0100)
commitef8b03fabfbab0738dacbb6c0c38d5af91759ca1
treec9d1be39c2d522752adbca205b12091cf24a62a4
parentc57591244a08bb441c83472f5c110151bb7c2cc6
x86 PM: consolidate suspend and hibernation code

Move the hibernation-specific code from arch/x86/power/suspend_64.c
to a separate file (hibernate_64.c) and the CPU-handling code to
cpu_64.c (in line with the corresponding 32-bit code).

Simplify arch/x86/power/Makefile .

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/power/Makefile
arch/x86/power/cpu_64.c [moved from arch/x86/power/suspend_64.c with 54% similarity]
arch/x86/power/hibernate_64.c [new file with mode: 0644]