LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rjw@sisk.pl>
To: Ingo Molnar <mingo@elte.hu>
Cc: Len Brown <lenb@kernel.org>, LKML <linux-kernel@vger.kernel.org>,
Pavel Machek <pavel@ucw.cz>,
pm list <linux-pm@lists.linux-foundation.org>,
Sam Ravnborg <sam@ravnborg.org>
Subject: [PATCH 4/4] x86 PM: Update stale comments
Date: Sun, 3 Feb 2008 22:00:11 +0100 [thread overview]
Message-ID: <200802032200.11885.rjw@sisk.pl> (raw)
In-Reply-To: <200802032141.56887.rjw@sisk.pl>
From: Rafael J. Wysocki <rjw@sisk.pl>
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>
---
arch/x86/power/hibernate_32.c | 4 ++--
arch/x86/power/hibernate_64.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
Index: linux-2.6/arch/x86/power/hibernate_32.c
===================================================================
--- linux-2.6.orig/arch/x86/power/hibernate_32.c
+++ linux-2.6/arch/x86/power/hibernate_32.c
@@ -13,7 +13,7 @@
#include <asm/page.h>
#include <asm/pgtable.h>
-/* Defined in arch/i386/power/swsusp.S */
+/* Defined in hibernate_asm_32.S */
extern int restore_image(void);
/* References to section boundaries */
@@ -23,7 +23,7 @@ extern const void __nosave_begin, __nosa
pgd_t *resume_pg_dir;
/* The following three functions are based on the analogous code in
- * arch/i386/mm/init.c
+ * arch/x86/mm/init_32.c
*/
/*
Index: linux-2.6/arch/x86/power/hibernate_64.c
===================================================================
--- linux-2.6.orig/arch/x86/power/hibernate_64.c
+++ linux-2.6/arch/x86/power/hibernate_64.c
@@ -18,7 +18,7 @@
/* References to section boundaries */
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);
/*
next prev parent reply other threads:[~2008-02-03 21:03 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-03 20:41 [PATCH 0/4] x86 PM: Consolidate suspend and hibernation code Rafael J. Wysocki
2008-02-03 20:57 ` [PATCH 1/4] x86 PM: Move 64-bit hibernation files to arch/x86/power Rafael J. Wysocki
2008-02-03 20:58 ` [PATCH 2/4] x86 PM: Rename 32-bit files in arch/x86/power Rafael J. Wysocki
2008-02-03 20:59 ` [PATCH 3/4] x86 PM: Consolidate suspend and hibernation code Rafael J. Wysocki
2008-02-03 21:00 ` Rafael J. Wysocki [this message]
2008-02-03 21:15 ` [PATCH 0/4] " Ingo Molnar
2008-02-03 21:16 ` Rafael J. Wysocki
2008-02-03 21:22 ` Pavel Machek
2008-02-03 21:52 ` Sam Ravnborg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200802032200.11885.rjw@sisk.pl \
--to=rjw@sisk.pl \
--cc=lenb@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@lists.linux-foundation.org \
--cc=mingo@elte.hu \
--cc=pavel@ucw.cz \
--cc=sam@ravnborg.org \
--subject='Re: [PATCH 4/4] x86 PM: Update stale comments' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).