Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq
[sfrench/cifs-2.6.git] / arch / s390 / kvm / intercept.c
index 3ddc30895e31f8bb9a3d87ff40fd357c671edb21..f7b6df45d8befb3ea19eb18045eceaf25ba10c27 100644 (file)
@@ -135,7 +135,7 @@ static int handle_stop(struct kvm_vcpu *vcpu)
        spin_lock_bh(&vcpu->arch.local_int.lock);
        if (vcpu->arch.local_int.action_bits & ACTION_STORE_ON_STOP) {
                vcpu->arch.local_int.action_bits &= ~ACTION_STORE_ON_STOP;
-               rc = __kvm_s390_vcpu_store_status(vcpu,
+               rc = kvm_s390_vcpu_store_status(vcpu,
                                                  KVM_S390_STORE_STATUS_NOADDR);
                if (rc >= 0)
                        rc = -EOPNOTSUPP;