Re: [Lguest] [PATCH 3/5] lguest: use PGDIR_SHIFT for PAE code to allow different PAGE_OFFSET

2009-09-24 Thread Li Liang
On Mon, Sep 21, 2009 at 04:52:21PM +0930, Rusty Russell wrote: We still assume the Guest and Host have the same PAGE_OFFSET settings, but now we don't assume 0xC000. Signed-off-by: Rusty Russell ru...@rustcorp.com.au Cc: Matias Zabaljauregui zabaljaure...@gmail.com ---

[PATCH 3/5] lguest: use PGDIR_SHIFT for PAE code to allow different PAGE_OFFSET

2009-09-21 Thread Rusty Russell
We still assume the Guest and Host have the same PAGE_OFFSET settings, but now we don't assume 0xC000. Signed-off-by: Rusty Russell ru...@rustcorp.com.au Cc: Matias Zabaljauregui zabaljaure...@gmail.com --- drivers/lguest/page_tables.c |6 ++ 1 file changed, 2 insertions(+), 4