target/arm: V8M should not imply V7VE
commit5256df880d1312a58472af3fb0a3c51e708f2161
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 24 Oct 2018 06:50:16 +0000 (24 07:50 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 24 Oct 2018 06:50:16 +0000 (24 07:50 +0100)
treee7383e3c29c5e1b5f8e28bbcb81dc8faf529a655
parent47576b94af5c406fc6521fb336fb5c12beeac3f8
target/arm: V8M should not imply V7VE

Instantiating mps2-an505 (cortex-m33) will fail make check when
V7VE asserts that ID_ISAR0.Divide includes ARM division.  It is
also wrong to include ARM_FEATURE_LPAE.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20181016223115.24100-3-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.c