]> 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>
Mon, 24 Sep 2012 12:50:19 +0000 (14:50 +0200)
commitdf00b11c5e3aeac30ca75c6c090dd5d94ccd7164
treea646fd2fab04d737a30768fc2b420e682e436e3c
parent35932ceae423fdbbb9c7e44ff4000f00b44a79b7
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