commit | 37b65db85f9b2fc98267eee4a18d7506492e6e8c | [log] [tgz] |
---|---|---|
author | Marc Zyngier <[email protected]> | Sun Jun 17 10:22:57 2018 +0100 |
committer | Marc Zyngier <[email protected]> | Thu Jun 21 17:17:50 2018 +0100 |
tree | cba5b439e42e25cfb41296df2f20631e371e6641 | |
parent | 7ddfd3e0df29106c728dda2a6bd6591ee43a4e3c [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. Acked-by: Mark Rutland <[email protected]> Signed-off-by: Marc Zyngier <[email protected]>