target/arm/ptw: Remove S1Translate::in_secure
commit6279f6dcdb08a45597536b546faa6a178a2c0f4a
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 22 Aug 2023 16:31:08 +0000 (22 17:31 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 22 Aug 2023 16:31:08 +0000 (22 17:31 +0100)
treece42af7e982bab9e7739f9e154b8850a8791fcbb
parentcdbae5e7e1de104e2cc168a7938ed0c5b467a3e7
target/arm/ptw: Remove S1Translate::in_secure

We no longer look at the in_secure field of the S1Translate struct
anyway, so we can remove it and all the code which sets it.

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