commit | 9fd4bee44d98b362b9e92d8fd1ef0b669746cd71 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Sun Jun 17 10:22:57 2018 +0100 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Sun Jun 17 10:22:57 2018 +0100 |
tree | 124472c66af45548f7935fb4ea78b15ccb3088fb | |
parent | cb82379015335d02a5d1e1fa7350c28451beabc5 [diff] |
KVM: arm64: Prevent KVM_COMPAT from being selected There is very little point in trying to support the 32bit KVM/arm API on arm64, and this was never an anticipated use case. Let's make it clear by not selecting KVM_COMPAT. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>