lguest: use native_set_* macros, which properly handle 64-bit entries when PAE is...
authorMatias Zabaljauregui <zabaljauregui@gmail.com>
Sat, 13 Jun 2009 04:27:06 +0000 (22:27 -0600)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 12 Jun 2009 12:57:06 +0000 (22:27 +0930)
commit90603d15fa95605d1d08235b73e220d766f04bb0
tree669b5a41ebdb368e578898409d8a48021074746a
parented1dc77810159a733240ba6751c1b31023bf8dd7
lguest: use native_set_* macros, which properly handle 64-bit entries when PAE is activated

Some cleanups and replace direct assignment with native_set_* macros which properly handle 64-bit entries when PAE is activated

Signed-off-by: Matias Zabaljauregui <zabaljauregui@gmail.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
arch/x86/lguest/boot.c
drivers/lguest/page_tables.c