diff options
author | Rafael J. Wysocki <rjw@sisk.pl> | 2008-02-09 17:24:09 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2008-02-09 17:24:09 -0500 |
commit | 261f0ce5ccdd17dc240d8453ca5ffc4688b92700 (patch) | |
tree | ce0c307339f40135b2e95066dca94cbfce2b2e7b /arch/x86/power/hibernate_64.c | |
parent | ef8b03fabfbab0738dacbb6c0c38d5af91759ca1 (diff) |
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>
Diffstat (limited to 'arch/x86/power/hibernate_64.c')
-rw-r--r-- | arch/x86/power/hibernate_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/power/hibernate_64.c b/arch/x86/power/hibernate_64.c index 05f28f0d684a..b542355e0e34 100644 --- a/arch/x86/power/hibernate_64.c +++ b/arch/x86/power/hibernate_64.c | |||
@@ -18,7 +18,7 @@ | |||
18 | /* References to section boundaries */ | 18 | /* References to section boundaries */ |
19 | extern const void __nosave_begin, __nosave_end; | 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 | extern int restore_image(void); | 22 | extern int restore_image(void); |
23 | 23 | ||
24 | /* | 24 | /* |