Skip to content

Commit

Permalink
lguest: fix CONFIG_PAE -> CONFIG_x86_PAE in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bolle <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
pebolle authored and Jiri Kosina committed May 29, 2013
1 parent 8b05537 commit e3d1848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/lguest/page_tables.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e3d1848

Please sign in to comment.