android_kernel_xiaomi_sdm845/arch/x86/lguest
Rusty Russell ad5173ff8a 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 <rusty@rustcorp.com.au>
2008-10-31 11:24:27 +11:00
..
boot.c lguest: fix early_ioremap. 2008-10-31 11:24:27 +11:00
i386_head.S lguest: comment documentation update. 2008-03-28 11:05:54 +11:00
Kconfig x86, VisWS: turn into generic arch, eliminate Kconfig specials 2008-07-10 18:55:47 +02:00
Makefile Move lguest guest support to arch/x86. 2007-10-23 15:49:50 +10:00