OSDN Git Service

target/arm: In v8.1M, don't set HFSR.FORCED on vector table fetch failures
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 19 Nov 2020 21:56:06 +0000 (21:56 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 10 Dec 2020 11:44:56 +0000 (11:44 +0000)
commitbe9500bb17e1266ac5505a50c198397e16a56de4
tree99724446bd4b78e3f8563240c17d1f4e2cae42ce
parenta59b1ed618415212c5f0f05abc1192e14ad5fdbb
target/arm: In v8.1M, don't set HFSR.FORCED on vector table fetch failures

In v8.1M, vector table fetch failures don't set HFSR.FORCED (see rule
R_LLRP).  (In previous versions of the architecture this was either
required or IMPDEF.)

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