From: Avi Kivity Date: Thu, 18 Nov 2010 11:12:52 +0000 (+0200) Subject: KVM: VMX: Fold __vmx_vcpu_run() into vmx_vcpu_run() X-Git-Tag: v2.6.38-rc1~244^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=104f226bfd0a607ca0e804ae4907555374f72cd9;p=pandora-kernel.git 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: Avi Kivity --- Reading git-diff-tree failed