]> 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>
Fri, 5 Oct 2012 21:33:29 +0000 (23:33 +0200)
commit432620f7d9e13058e8ea74619835c193e8723040
treeccbd6d3e9966a86cbd7b5c71daa3b28bfb0edb12
parent55384ff03a5cc6deeb5d6eedb2030a5279eeb2fc
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