]> 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>
Fri, 5 Oct 2012 21:38:42 +0000 (23:38 +0200)
commit2d8185d4ee22f425001d28d1817fc8d478e6fa02
tree963f91875a41bc77c6423e4cf06a5e7fbafe523a
parent6346046c3a69edc9149311473b940f3af7c93752
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