mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-06 14:45:14 +00:00
KVM: remove #ifndef CONFIG_S390 around kvm_vcpu_wake_up
The #ifndef was protecting a missing halt_wakeup stat, but that is no longer necessary. Acked-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Radim Krčmář <rkrcmar@redhat.com> Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
1bd2009e73
commit
75aaafb79f
1 changed files with 0 additions and 2 deletions
|
@ -2195,7 +2195,6 @@ out:
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(kvm_vcpu_block);
|
EXPORT_SYMBOL_GPL(kvm_vcpu_block);
|
||||||
|
|
||||||
#ifndef CONFIG_S390
|
|
||||||
void kvm_vcpu_wake_up(struct kvm_vcpu *vcpu)
|
void kvm_vcpu_wake_up(struct kvm_vcpu *vcpu)
|
||||||
{
|
{
|
||||||
struct swait_queue_head *wqp;
|
struct swait_queue_head *wqp;
|
||||||
|
@ -2225,7 +2224,6 @@ void kvm_vcpu_kick(struct kvm_vcpu *vcpu)
|
||||||
put_cpu();
|
put_cpu();
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(kvm_vcpu_kick);
|
EXPORT_SYMBOL_GPL(kvm_vcpu_kick);
|
||||||
#endif /* !CONFIG_S390 */
|
|
||||||
|
|
||||||
int kvm_vcpu_yield_to(struct kvm_vcpu *target)
|
int kvm_vcpu_yield_to(struct kvm_vcpu *target)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue