]> git.kernelconcepts.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>
Fri, 5 Oct 2012 21:38:39 +0000 (23:38 +0200)
commitf4800b1f4d23156e9080a08d6114e5d8bb767964
treeccbd6d3e9966a86cbd7b5c71daa3b28bfb0edb12
parent97c95059848358f1577f471ec47cf68690f996e4
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