target/arm: Remove ttbr1_valid check from get_phys_addr_lpae
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 16 Feb 2020 19:43:42 +0000 (11:43 -0800)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 21 Feb 2020 16:07:00 +0000 (16:07 +0000)
commit03f27724dff15633911e68a3906c30f57938ea45
treeb3e43fc63a484400c4b642b3f7e634ea71084f87
parent71d181640a1a9470f074fa28600ca85587e2ca6b
target/arm: Remove ttbr1_valid check from get_phys_addr_lpae

Now that aa64_va_parameters_both sets select based on the number
of ranges in the regime, the ttbr1_valid check is redundant.

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