Merge remote-tracking branch 'kvm/linux-next'
[deliverable/linux.git] / arch / x86 / kvm / vmx.c
index f9939d0722b411c8cf0b0cc4e316b423f83e3827..4ee4187fcea3583eb420c3afaa3b77fb61ebfa77 100644 (file)
@@ -11189,7 +11189,7 @@ static void vmx_setup_mce(struct kvm_vcpu *vcpu)
                        ~FEATURE_CONTROL_LMCE;
 }
 
-static struct kvm_x86_ops vmx_x86_ops = {
+static struct kvm_x86_ops vmx_x86_ops __ro_after_init = {
        .cpu_has_kvm_support = cpu_has_kvm_support,
        .disabled_by_bios = vmx_disabled_by_bios,
        .hardware_setup = hardware_setup,
This page took 0.02617 seconds and 5 git commands to generate.