From: Rusty Russell Date: Sat, 13 Jun 2009 04:27:08 +0000 (-0600) Subject: lguest: PAE fixes X-Git-Tag: v2.6.31-rc1~368^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92b4d8df8436cdd74d22a2a5b6b23b9abc737a3e;p=pandora-kernel.git lguest: PAE fixes 1) j wasn't initialized in setup_pagetables, so they weren't set up for me causing immediate guest crashes. 2) gpte_addr should not re-read the pmd from the Guest. Especially not BUG_ON() based on the value. If we ever supported SMP guests, they could trigger that. And the Launcher could also trigger it (tho currently root-only). Signed-off-by: Rusty Russell --- Reading git-diff-tree failed