Merge remote-tracking branch 'kvm/linux-next'
[deliverable/linux.git] / arch / x86 / kvm / svm.c
index db77c1ca9e76accc86453c0288f98dcbd03c89a5..1b66c5afca840ef89ec32081aa2971aee6ccfffc 100644 (file)
@@ -5324,7 +5324,7 @@ static inline void avic_post_state_restore(struct kvm_vcpu *vcpu)
        avic_handle_ldr_update(vcpu);
 }
 
-static struct kvm_x86_ops svm_x86_ops = {
+static struct kvm_x86_ops svm_x86_ops __ro_after_init = {
        .cpu_has_kvm_support = has_svm,
        .disabled_by_bios = is_disabled,
        .hardware_setup = svm_hardware_setup,
This page took 0.023686 seconds and 5 git commands to generate.