Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Fix comment typo "CONFIG_PAE"

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>

authored by

Paul Bolle and committed by
Rusty Russell
95cc2c02 b3087e48

+1 -1
+1 -1
drivers/lguest/page_tables.c
··· 70 70 /*H:320 71 71 * The page table code is curly enough to need helper functions to keep it 72 72 * clear and clean. The kernel itself provides many of them; one advantage 73 - * of insisting that the Guest and Host use the same CONFIG_PAE setting. 73 + * of insisting that the Guest and Host use the same CONFIG_X86_PAE setting. 74 74 * 75 75 * There are two functions which return pointers to the shadow (aka "real") 76 76 * page tables.