KVM: arm64: Fix incorrect comment on kvm_get_hyp_vector()
[linux-2.6-microblaze.git] / arch / arm64 / include / asm / kvm_mmu.h
index 30b0e8d..796f6a2 100644 (file)
@@ -473,7 +473,7 @@ static inline int kvm_write_guest_lock(struct kvm *kvm, gpa_t gpa,
 extern void *__kvm_bp_vect_base;
 extern int __kvm_harden_el2_vector_slot;
 
-/*  This is only called on a VHE system */
+/*  This is called on both VHE and !VHE systems */
 static inline void *kvm_get_hyp_vector(void)
 {
        struct bp_hardening_data *data = arm64_get_bp_hardening_data();