]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Drop ARM_FEATURE_IWMMXT handling
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 28 Aug 2025 14:04:22 +0000 (15:04 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Sep 2025 16:31:54 +0000 (17:31 +0100)
commiteffe47ff4840860811e2e1cccfd60cb1cea8e459
tree137cec2ecf91d7e8f0c691deea4486c825430f3c
parent4f0fa4bfd98f3ccdcdeed6f43a2340084a6e0a92
target/arm: Drop ARM_FEATURE_IWMMXT handling

We have now removed all the CPU types which had the Intel XScale
extensions indicated via ARM_FEATURE_IWMMXT, so this feature bit
is never set. Remove all the code that can only be reached when
using this flag.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20250828140422.3271703-6-peter.maydell@linaro.org
bsd-user/arm/target_arch_elf.h
linux-user/arm/elfload.c
linux-user/arm/signal.c
target/arm/cpu.c
target/arm/cpu.h
target/arm/machine.c