target/arm: Move NS TBFLAG from bit 19 to bit 6
commit7fbb535f7aeb22896fedfcf18a1eeff48165f1d7
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 29 Apr 2019 16:36:01 +0000 (29 17:36 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 29 Apr 2019 16:36:01 +0000 (29 17:36 +0100)
tree3671e172ee1a79324d306ee9cb51b50faaed70fc
parent6808c4d2d2826920087533f517472c09edc7b0d2
target/arm: Move NS TBFLAG from bit 19 to bit 6

Move the NS TBFLAG down from bit 19 to bit 6, which has not
been used since commit c1e3781090b9d36c60 in 2015, when we
started passing the entire MMU index in the TB flags rather
than just a 'privilege level' bit.

This rearrangement is not strictly necessary, but means that
we can put M-profile-only bits next to each other rather
than scattered across the flag word.

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