]> Git Repo - qemu.git/commit - target/arm/kvm32.c
target/arm: Remove redundant DIV detection for KVM
authorAaron Lindsay <[email protected]>
Fri, 29 Jun 2018 14:11:18 +0000 (15:11 +0100)
committerPeter Maydell <[email protected]>
Fri, 29 Jun 2018 14:11:18 +0000 (15:11 +0100)
commita6070648aaea33c6ca831b2352b92051f914ef74
tree3c82f97a17b8af1a4b1fd0a3e7fa156ff6171068
parent5110e6836b7fa698b0c383fbd5dffbee035935d3
target/arm: Remove redundant DIV detection for KVM

KVM implies V7VE, which implies ARM_DIV and THUMB_DIV. The conditional
detection here is therefore unnecessary. Because V7VE is already
unconditionally specified for all KVM hosts, ARM_DIV and THUMB_DIV are
already indirectly specified and do not need to be included here at all.

Signed-off-by: Aaron Lindsay <[email protected]>
Message-id: 1529699547[email protected]
Signed-off-by: Peter Maydell <[email protected]>
target/arm/kvm32.c
This page took 0.023029 seconds and 4 git commands to generate.