aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2013-05-29 09:30:19 +0200
committerJiri Kosina <jkosina@suse.cz>2013-05-29 15:13:05 +0200
commite3d1848f29d6f02d74ea978e1a699bde5802d7d4 (patch)
treef0042c2cc69c1381b13617d757cdf85ab8892e5f /drivers/lguest
parentFix warning typo "CONFIG_RELCOATABLE" (diff)
downloadlinux-dev-e3d1848f29d6f02d74ea978e1a699bde5802d7d4.tar.xz
linux-dev-e3d1848f29d6f02d74ea978e1a699bde5802d7d4.zip
lguest: fix CONFIG_PAE -> CONFIG_x86_PAE in comment
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/lguest')
-rw-r--r--drivers/lguest/page_tables.c2
1 files changed, 1 insertions, 1 deletions
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.