From: David Hildenbrand Date: Mon, 5 May 2014 14:26:19 +0000 (+0200) Subject: KVM: s390: remove __cpu_is_stopped and expose is_vcpu_stopped X-Git-Tag: omap-for-v3.17/fixes-against-rc2~184^2~20^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a42fdc20f1ff31bb47b05a4283c17129d0ecca3;p=pandora-kernel.git KVM: s390: remove __cpu_is_stopped and expose is_vcpu_stopped The function "__cpu_is_stopped" is not used any more. Let's remove it and expose the function "is_vcpu_stopped" instead, which is actually what we want. This patch also converts an open coded check for CPUSTAT_STOPPED to is_vcpu_stopped(). Signed-off-by: David Hildenbrand Reviewed-by: Cornelia Huck Acked-by: Christian Borntraeger Signed-off-by: Christian Borntraeger --- Reading git-diff-tree failed