From: Christian Borntraeger Date: Thu, 4 Sep 2014 19:13:31 +0000 (+0200) Subject: KVM: remove redundant check of in_spin_loop X-Git-Tag: fixes-for-v3.18-merge-window~23^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34656113182b704682e23d1363417536addfec97;p=pandora-kernel.git KVM: remove redundant check of in_spin_loop The expression `vcpu->spin_loop.in_spin_loop' is always true, because it is evaluated only when the condition `!vcpu->spin_loop.in_spin_loop' is false. Signed-off-by: Christian Borntraeger Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed