Commit 261f0ce5 authored by Rafael J. Wysocki's avatar Rafael J. Wysocki Committed by Thomas Gleixner

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: default avatarRafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent ef8b03fa
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
#include <asm/page.h> #include <asm/page.h>
#include <asm/pgtable.h> #include <asm/pgtable.h>
/* Defined in arch/i386/power/swsusp.S */ /* Defined in hibernate_asm_32.S */
extern int restore_image(void); extern int restore_image(void);
/* References to section boundaries */ /* References to section boundaries */
...@@ -23,7 +23,7 @@ extern const void __nosave_begin, __nosave_end; ...@@ -23,7 +23,7 @@ extern const void __nosave_begin, __nosave_end;
pgd_t *resume_pg_dir; pgd_t *resume_pg_dir;
/* The following three functions are based on the analogous code in /* The following three functions are based on the analogous code in
* arch/i386/mm/init.c * arch/x86/mm/init_32.c
*/ */
/* /*
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
/* References to section boundaries */ /* References to section boundaries */
extern const void __nosave_begin, __nosave_end; extern const void __nosave_begin, __nosave_end;
/* Defined in arch/x86_64/kernel/suspend_asm.S */ /* Defined in hibernate_asm_64.S */
extern int restore_image(void); extern int restore_image(void);
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment