From 7a42fdc20f1ff31bb47b05a4283c17129d0ecca3 Mon Sep 17 00:00:00 2001 From: David Hildenbrand Date: Mon, 5 May 2014 16:26:19 +0200 Subject: [PATCH] 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-format-patch failed