Loading arch/x86/kvm/vmx/vmx.c +2 −2 Original line number Diff line number Diff line Loading @@ -7777,10 +7777,10 @@ static __init int hardware_setup(void) ple_window_shrink = 0; } if (!cpu_has_vmx_apicv()) { if (!cpu_has_vmx_apicv()) enable_apicv = 0; if (!enable_apicv) vmx_x86_ops.sync_pir_to_irr = NULL; } if (cpu_has_vmx_tsc_scaling()) { kvm_has_tsc_control = true; Loading Loading
arch/x86/kvm/vmx/vmx.c +2 −2 Original line number Diff line number Diff line Loading @@ -7777,10 +7777,10 @@ static __init int hardware_setup(void) ple_window_shrink = 0; } if (!cpu_has_vmx_apicv()) { if (!cpu_has_vmx_apicv()) enable_apicv = 0; if (!enable_apicv) vmx_x86_ops.sync_pir_to_irr = NULL; } if (cpu_has_vmx_tsc_scaling()) { kvm_has_tsc_control = true; Loading