diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-05-29 09:30:19 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-05-29 15:13:05 +0200 |
commit | e3d1848f29d6f02d74ea978e1a699bde5802d7d4 (patch) | |
tree | f0042c2cc69c1381b13617d757cdf85ab8892e5f /drivers/lguest | |
parent | 8b05537e03cb0e89abf51c72d26861db6df3933f (diff) |
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.c | 2 |
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. |