x86 PM: move 64-bit hibernation files to arch/x86/power
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)
commitcf7700fe24301df2c8d3636cf40784651c098207
tree2897be493f1b9af0c3a992c541a22f403c6e405c
parent9b706aee7d92d6ac3002547aea12e3eaa0a750ae
x86 PM: move 64-bit hibernation files to arch/x86/power

Move arch/x86/kernel/suspend_64.c to arch/x86/power .

Move arch/x86/kernel/suspend_asm_64.S to arch/x86/power
as hibernate_asm_64.S .

Update purpose and copyright information in
arch/x86/power/suspend_64.c and
arch/x86/power/hibernate_asm_64.S .

Update the Makefiles in arch/x86, arch/x86/kernel and
arch/x86/power to reflect the above changes.

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/Makefile
arch/x86/kernel/Makefile
arch/x86/power/Makefile
arch/x86/power/hibernate_asm_64.S [moved from arch/x86/kernel/suspend_asm_64.S with 95% similarity]
arch/x86/power/suspend_64.c [moved from arch/x86/kernel/suspend_64.c with 98% similarity]