KVM: arm64: Fix incorrect comment on kvm_get_hyp_vector()
The comment used to say that kvm_get_hyp_vector is only called on VHE systems. In fact, it is also called from the nVHE init function cpu_init_hyp_mode(). Fix the comment to stop confusing devs. Signed-off-by: David Brazdil <dbrazdil@google.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20200515152550.83810-1-dbrazdil@google.com
This commit is contained in:
parent
71b3ec5f22
commit
438f711ce1
@ -473,7 +473,7 @@ static inline int kvm_write_guest_lock(struct kvm *kvm, gpa_t gpa,
|
|||||||
extern void *__kvm_bp_vect_base;
|
extern void *__kvm_bp_vect_base;
|
||||||
extern int __kvm_harden_el2_vector_slot;
|
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)
|
static inline void *kvm_get_hyp_vector(void)
|
||||||
{
|
{
|
||||||
struct bp_hardening_data *data = arm64_get_bp_hardening_data();
|
struct bp_hardening_data *data = arm64_get_bp_hardening_data();
|
||||||
|
Loading…
Reference in New Issue
Block a user