From: Rusty Russell Date: Fri, 31 Oct 2008 16:24:27 +0000 (-0500) Subject: lguest: fix early_ioremap. X-Git-Tag: v2.6.28-rc3~28^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad5173ff8a387191dbacf889becb92c59aba5d59;p=pandora-kernel.git lguest: fix early_ioremap. dmi_scan_machine breaks under lguest: lguest: unhandled trap 14 at 0xc04edeae (0xffa00000) This is because we use current_cr3 for the read_cr3() paravirt function, and it isn't set until the first cr3 change. We got away with it until this happened. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed