From: Paul Bolle Date: Wed, 29 May 2013 07:30:19 +0000 (+0200) Subject: lguest: fix CONFIG_PAE -> CONFIG_x86_PAE in comment X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e3d1848f29d6f02d74ea978e1a699bde5802d7d4;p=linux-beck.git lguest: fix CONFIG_PAE -> CONFIG_x86_PAE in comment Signed-off-by: Paul Bolle Signed-off-by: Jiri Kosina --- diff --git a/drivers/lguest/page_tables.c b/drivers/lguest/page_tables.c index 5b9ac32801c7..a35d8d100165 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.