From: Christian Borntraeger Date: Thu, 27 Sep 2012 15:29:45 +0000 (+0200) Subject: KVM: s390: Fix vcpu_load handling in interrupt code X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~15^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d11df7abbff013b811d5615320580cd5d9d7d31;p=pandora-kernel.git KVM: s390: Fix vcpu_load handling in interrupt code Recent changes (KVM: make processes waiting on vcpu mutex killable) now requires to check the return value of vcpu_load. This triggered a warning in s390 specific kvm code. Turns out that we can actually remove the put/load, since schedule will do the right thing via the preempt notifiers. Reported-by: Fengguang Wu Signed-off-by: Christian Borntraeger Signed-off-by: Avi Kivity --- Reading git-diff-tree failed