]> git.karo-electronics.de Git - karo-tx-linux.git/commit
KVM: PPC: Expose SYNC cap based on mmu notifiers
authorAlexander Graf <agraf@suse.de>
Tue, 7 Aug 2012 08:24:14 +0000 (10:24 +0200)
committerAlexander Graf <agraf@suse.de>
Tue, 14 Aug 2012 22:28:57 +0000 (00:28 +0200)
commit8bfba3b40dddba2688feff9e509299c438aac622
tree5aa4a3a70cbb315d828c80881f3de91df5128659
parent48911191ce843d609839a8f8a9aaeb98e78b7382
KVM: PPC: Expose SYNC cap based on mmu notifiers

Semantically, the "SYNC" cap means that we have mmu notifiers available.
Express this in our #ifdef'ery around the feature, so that we can be sure
we don't miss out on ppc targets when they get their implementation.

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