arm64: Rename WORKAROUND_1165522 to SPECULATIVE_AT_VHE
[linux-2.6-microblaze.git] / arch / arm64 / include / asm / kvm_hyp.h
index 97f21cc..167a161 100644 (file)
@@ -95,7 +95,7 @@ static __always_inline void __hyp_text __load_guest_stage2(struct kvm *kvm)
         * before we can switch to the EL1/EL0 translation regime used by
         * the guest.
         */
-       asm(ALTERNATIVE("nop", "isb", ARM64_WORKAROUND_1165522));
+       asm(ALTERNATIVE("nop", "isb", ARM64_WORKAROUND_SPECULATIVE_AT_VHE));
 }
 
 #endif /* __ARM64_KVM_HYP_H__ */