]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/power/suspend_64.c
x86 PM: move 64-bit hibernation files to arch/x86/power
[linux-2.6-omap-h63xx.git] / arch / x86 / power / suspend_64.c
similarity index 98%
rename from arch/x86/kernel/suspend_64.c
rename to arch/x86/power/suspend_64.c
index 7ac7130022f1a73926a392ee2a83d1c366d29164..d51dbf21d0211446310e9a908d548d576f7e2467 100644 (file)
@@ -1,8 +1,9 @@
 /*
- * Suspend support specific for i386.
+ * Suspend and hibernation support for x86-64
  *
  * Distribute under GPLv2
  *
+ * Copyright (c) 2007 Rafael J. Wysocki <rjw@sisk.pl>
  * Copyright (c) 2002 Pavel Machek <pavel@suse.cz>
  * Copyright (c) 2001 Patrick Mochel <mochel@osdl.org>
  */
@@ -63,7 +64,7 @@ static void __save_processor_state(struct saved_context *ctxt)
        mtrr_save_fixed_ranges(NULL);
 
        /*
-        * control registers 
+        * control registers
         */
        rdmsrl(MSR_EFER, ctxt->efer);
        ctxt->cr0 = read_cr0();