lguest: fix CONFIG_PAE -> CONFIG_x86_PAE in comment
authorPaul Bolle <pebolle@tiscali.nl>
Wed, 29 May 2013 07:30:19 +0000 (09:30 +0200)
committerJiri Kosina <jkosina@suse.cz>
Wed, 29 May 2013 13:13:05 +0000 (15:13 +0200)
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/lguest/page_tables.c

index 5b9ac32801c7604b25c64804fb888aa1ebbbceab..a35d8d100165e6efaf1536f90f37aa002b87f1ad 100644 (file)
@@ -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.