x86 PM: update stale comments

In some suspend and hibernation files in arch/x86/power there are
comments referring to arch/x86-64 and arch/i386 . Update them to
reflect the current code layout.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

authored by Rafael J. Wysocki and committed by Thomas Gleixner 261f0ce5 ef8b03fa

+3 -3
+2 -2
arch/x86/power/hibernate_32.c
··· 13 13 #include <asm/page.h> 14 14 #include <asm/pgtable.h> 15 15 16 - /* Defined in arch/i386/power/swsusp.S */ 16 + /* Defined in hibernate_asm_32.S */ 17 17 extern int restore_image(void); 18 18 19 19 /* References to section boundaries */ ··· 23 23 pgd_t *resume_pg_dir; 24 24 25 25 /* The following three functions are based on the analogous code in 26 - * arch/i386/mm/init.c 26 + * arch/x86/mm/init_32.c 27 27 */ 28 28 29 29 /*
+1 -1
arch/x86/power/hibernate_64.c
··· 18 18 /* References to section boundaries */ 19 19 extern const void __nosave_begin, __nosave_end; 20 20 21 - /* Defined in arch/x86_64/kernel/suspend_asm.S */ 21 + /* Defined in hibernate_asm_64.S */ 22 22 extern int restore_image(void); 23 23 24 24 /*