]> git.proxmox.com Git - mirror_qemu.git/commit
target-arm: Remove THUMB2EE feature from AArch64 'any' CPU
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 15 Apr 2014 18:18:46 +0000 (19:18 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 17 Apr 2014 20:34:05 +0000 (21:34 +0100)
commit85acfa9c38880d5d2b3cc71a5e541a267c9f7396
tree753bbcb8aa7607a28addc234f175eebd5e7fcaa8
parent1090b9c6ccfe837f1c76dafb7e56031bd7844075
target-arm: Remove THUMB2EE feature from AArch64 'any' CPU

The AArch64 usermode 'any' CPU type was accidentally specified
with the ARM_FEATURE_THUMB2EE bit set. This is incorrect since
ARMv8 removes Thumb2EE completely. Since we never implemented
Thumb2EE anyway having the feature bit set was fairly harmless
for user-mode, but the correct thing is to not set it at all.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
target-arm/cpu64.c