]> git.karo-electronics.de Git - karo-tx-linux.git/commit
KVM: PPC: BookE: No duplicate request != 0 check
authorAlexander Graf <agraf@suse.de>
Fri, 10 Aug 2012 10:31:12 +0000 (12:31 +0200)
committerAlexander Graf <agraf@suse.de>
Tue, 14 Aug 2012 22:29:06 +0000 (00:29 +0200)
commit89193758de29abb6b049df6339f67d83031f6ba0
tree4c0dea1f4b7f9b2f631cc9b50778d3fc675d3498
parent59fe7dffc380049027983b65e64b4c8f632fe3e1
KVM: PPC: BookE: No duplicate request != 0 check

We only call kvmppc_check_requests() when vcpu->requests != 0, so drop
the redundant check in the function itself

Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/kvm/booke.c