commit | fb100d78c04ff6053047625d0368d0d4b1d9912a | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Wed Sep 23 22:26:46 2009 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Sep 23 22:26:46 2009 +0930 |
tree | bd07302aed54c75cc5c64af2503b29a21014103c | |
parent | 4c1ea3dd718a1d93a726cb3e66665ac4170dcccd [diff] |
lguest: use PGDIR_SHIFT for PAE code to allow different PAGE_OFFSET We still assume the Guest and Host have the same PAGE_OFFSET settings, but now we don't assume 0xC0000000. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Matias Zabaljauregui <zabaljauregui@gmail.com>