From: Avi Kivity <[email protected]>
Signed-off-by: Avi Kivity <[email protected]>
Signed-off-by: Marcelo Tosatti <[email protected]>
diff --git a/kvm/user/test/x86/cstart64.S b/kvm/user/test/x86/cstart64.S
index a55ad50..54b721f 100644
--- a/kvm/user/test/x86/cstart64.S
+++ b/kvm/user/test/x86/cstart64.S
@@ -148,6 +148,8 @@ ap_start32:
.code64
ap_start64:
call load_tss
+ call enable_apic
+ call enable_x2apic
sti
nop
@@ -156,7 +158,10 @@ ap_start64:
start64:
call load_tss
+ call mask_pic_interrupts
+ call enable_apic
call smp_init
+ call enable_x2apic
call main
mov %eax, %edi
call exit
--
To unsubscribe from this list: send the line "unsubscribe kvm-commits" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html