commit | f4800b1f4d23156e9080a08d6114e5d8bb767964 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Tue Aug 07 10:24:14 2012 +0200 |
committer | Alexander Graf <agraf@suse.de> | Fri Oct 05 23:38:39 2012 +0200 |
tree | ccbd6d3e9966a86cbd7b5c71daa3b28bfb0edb12 | |
parent | 97c95059848358f1577f471ec47cf68690f996e4 [diff] |
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>