From: Rusty Russell <rusty@rustcorp.com.au>
To: Paul Bolle <pebolle@tiscali.nl>, Jiri Kosina <trivial@kernel.org>
Cc: lguest@lists.ozlabs.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] [TRIVIAL] Fix comment typo "CONFIG_PAE"
Date: Thu, 30 May 2013 09:29:22 +0930 [thread overview]
Message-ID: <87bo7tmj6t.fsf@rustcorp.com.au> (raw)
In-Reply-To: <1369812619.23034.4.camel@x61.thuisdomein>
Paul Bolle <pebolle@tiscali.nl> writes:
> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
> ---
> Untested. Please note that I don't really understand this comment, but
> the fix is correct anyhow.
Applied. And it just means that we can use the kernel (host) macros to
operate on the guest page tables, since they are both PAE or both
non-PAE.
Thanks!
Rusty.
> drivers/lguest/page_tables.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/lguest/page_tables.c b/drivers/lguest/page_tables.c
> index 5b9ac32..a35d8d1 100644
> --- a/drivers/lguest/page_tables.c
> +++ b/drivers/lguest/page_tables.c
> @@ -70,7 +70,7 @@
> /*H:320
> * The page table code is curly enough to need helper functions to keep it
> * clear and clean. The kernel itself provides many of them; one advantage
> - * of insisting that the Guest and Host use the same CONFIG_PAE setting.
> + * of insisting that the Guest and Host use the same CONFIG_X86_PAE setting.
> *
> * There are two functions which return pointers to the shadow (aka "real")
> * page tables.
> --
> 1.7.11.7
prev parent reply other threads:[~2013-05-30 5:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-29 7:30 [PATCH] [TRIVIAL] Fix comment typo "CONFIG_PAE" Paul Bolle
2013-05-29 23:59 ` Rusty Russell [this message]
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=87bo7tmj6t.fsf@rustcorp.com.au \
--to=rusty@rustcorp.com.au \
--cc=lguest@lists.ozlabs.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pebolle@tiscali.nl \
--cc=trivial@kernel.org \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox