]> git.karo-electronics.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>
Tue, 14 Aug 2012 22:29:02 +0000 (00:29 +0200)
commitfa17a4681b84ba9e09ccaa36d4735dbb250dc6ce
tree227a9893edff1d81782b17af23795ed56cf404e2
parentf129d28a9fc586ad389bfe2f871502d9dd58a6c0
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