summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/kvm-s390.h
diff options
context:
space:
mode:
authorThomas Huth <thuth@linux.vnet.ibm.com>2013-11-14 11:08:20 +0100
committerCornelia Huck <cornelia.huck@de.ibm.com>2013-11-28 11:08:17 +0100
commit36daca9bb36f0395755817d1b0c45ab6fbf0441b (patch)
treeebe038c7ba4a00b6367c3eade0f218f2b518c4ef /arch/s390/kvm/kvm-s390.h
parent00e9e435f97b409db8986f9cd35d126ae2d02a0c (diff)
downloadop-kernel-dev-36daca9bb36f0395755817d1b0c45ab6fbf0441b.zip
op-kernel-dev-36daca9bb36f0395755817d1b0c45ab6fbf0441b.tar.gz
KVM: s390: Removed kvm_s390_inject_sigp_stop()
The function kvm_s390_inject_sigp_stop() as been unused since the removal of the old mmu reload code and thus can be removed safely. Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com> Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Diffstat (limited to 'arch/s390/kvm/kvm-s390.h')
-rw-r--r--arch/s390/kvm/kvm-s390.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/kvm/kvm-s390.h b/arch/s390/kvm/kvm-s390.h
index 36f6b18..095cf51 100644
--- a/arch/s390/kvm/kvm-s390.h
+++ b/arch/s390/kvm/kvm-s390.h
@@ -128,7 +128,6 @@ int __must_check kvm_s390_inject_vm(struct kvm *kvm,
int __must_check kvm_s390_inject_vcpu(struct kvm_vcpu *vcpu,
struct kvm_s390_interrupt *s390int);
int __must_check kvm_s390_inject_program_int(struct kvm_vcpu *vcpu, u16 code);
-int __must_check kvm_s390_inject_sigp_stop(struct kvm_vcpu *vcpu, int action);
struct kvm_s390_interrupt_info *kvm_s390_get_io_int(struct kvm *kvm,
u64 cr6, u64 schid);
OpenPOWER on IntegriCloud