]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
KVM: PPC: BookE: Add check_requests helper function
authorAlexander Graf <agraf@suse.de>
Wed, 8 Aug 2012 18:31:13 +0000 (20:31 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 5 Oct 2012 21:38:41 +0000 (23:38 +0200)
commit4ffc6356ec690f77f65b7b78e0047a3fe8316371
treebcec56a93d956094d9efd6c28b44c6125938b150
parent8043e494da644ec174f7df0b67f88ccf8777a1ce
KVM: PPC: BookE: Add check_requests helper function

We need a central place to check for pending requests in. Add one that
only does the timer check we already do in a different place.

Later, this central function can be extended by more checks.

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