Skip to content
Commit ad5173ff authored by Rusty Russell's avatar Rusty Russell
Browse files

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: default avatarRusty Russell <rusty@rustcorp.com.au>
parent d5d02d6d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment