Skip to content
Commit 104f226b authored by Avi Kivity's avatar Avi Kivity
Browse files

KVM: VMX: Fold __vmx_vcpu_run() into vmx_vcpu_run()



cea15c2 ("KVM: Move KVM context switch into own function") split vmx_vcpu_run()
to prevent multiple copies of the context switch from being generated (causing
problems due to a label).  This patch folds them back together again and adds
the __noclone attribute to prevent the label from being duplicated.

Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent 30b31ab6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment