target/arm: Add M profile secure MMU index values to get_a32_user_mem_index()
commitb9f587d62cebed427206539750ebf59bde4df422
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 9 Oct 2017 13:48:31 +0000 (9 14:48 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 12 Oct 2017 12:23:14 +0000 (12 13:23 +0100)
tree814d04577f6b6f871aee0c6f642080c0472b5083
parent8602beb7fad4b2abd5341f4303ec3c799fa0217c
target/arm: Add M profile secure MMU index values to get_a32_user_mem_index()

Add the M profile secure MMU index values to the switch in
get_a32_user_mem_index() so that LDRT/STRT work correctly
rather than asserting at translate time.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 1507556919-24992-2-git-send-email-peter.maydell@linaro.org
target/arm/translate.c