On Thu, 28 Jan 2021 at 22:42, Richard Henderson <richard.hender...@linaro.org> wrote: > > We were fudging TBI1 enabled to speed up the generated code. > Now that we've improved the code generation, remove this. > Also, tidy the comment to reflect the current code. > > The pauth test was testing a kernel address (-1) and making > incorrect assumptions about TBI1; stick to userland addresses. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/arm/internals.h | 4 ++-- > target/arm/cpu.c | 10 +++------- > tests/tcg/aarch64/pauth-2.c | 1 - > 3 files changed, 5 insertions(+), 10 deletions(-) >
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM