target/arm: Delete unused ARM_FEATURE_CRC
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 5 Aug 2020 21:08:48 +0000 (22:08 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 24 Aug 2020 09:15:11 +0000 (10:15 +0100)
commitcf6303d262e31f4812dfeb654c6c6803e52000af
treeab2a195b67a1b43dd46c8f2e80a97c99066e4907
parent8b4c9a50dc9531a729ae4b5941d287ad0422db48
target/arm: Delete unused ARM_FEATURE_CRC

In commit 962fcbf2efe57231a9f5df we converted the uses of the
ARM_FEATURE_CRC bit to use the aa32_crc32 isar_feature test
instead. However we forgot to remove the now-unused definition
of the feature name in the enum. Delete it now.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20200805210848.6688-1-peter.maydell@linaro.org
target/arm/cpu.h