Revert "FROMLIST: KVM: arm64: Fix comment for kvm_reset_vcpu()"

This reverts commit 439be95f5b.

Bug: 233587962
Signed-off-by: Will Deacon <willdeacon@google.com>
Change-Id: Icbd909427a20fb604699151855be80a12c9414f4
This commit is contained in:
Will Deacon
2022-07-07 15:52:02 +01:00
parent de6e6c507e
commit c2584234f2

View File

@@ -208,9 +208,10 @@ static bool vcpu_allowed_register_width(struct kvm_vcpu *vcpu)
* kvm_reset_vcpu - sets core registers and sys_regs to reset value
* @vcpu: The VCPU pointer
*
* This function sets the registers on the virtual CPU struct to their
* architecturally defined reset values, except for registers whose reset is
* deferred until kvm_arm_vcpu_finalize().
* This function finds the right table above and sets the registers on
* the virtual CPU struct to their architecturally defined reset
* values, except for registers whose reset is deferred until
* kvm_arm_vcpu_finalize().
*
* Note: This function can be called from two paths: The KVM_ARM_VCPU_INIT
* ioctl or as part of handling a request issued by another VCPU in the PSCI