Skip to content

Commit b4fd630

Browse files
ubizjakbonzini
authored andcommitted
KVM: SVM: Do not mark svm_vcpu_run with STACK_FRAME_NON_STANDARD
svm_vcpu_run does not change stack or frame pointer anymore. Cc: Paolo Bonzini <[email protected]> Signed-off-by: Uros Bizjak <[email protected]> Message-Id: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
1 parent 69c0975 commit b4fd630

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/x86/kvm/svm/svm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3404,7 +3404,6 @@ static void svm_vcpu_run(struct kvm_vcpu *vcpu)
34043404

34053405
mark_all_clean(svm->vmcb);
34063406
}
3407-
STACK_FRAME_NON_STANDARD(svm_vcpu_run);
34083407

34093408
static void svm_load_mmu_pgd(struct kvm_vcpu *vcpu, unsigned long root)
34103409
{

0 commit comments

Comments
 (0)