On Wed, 3 Nov 2021 at 04:07, Richard Henderson <richard.hender...@linaro.org> wrote: > > Create arm_check_ss_active and arm_check_kernelpage. > > Reverse the order of the tests. While it doesn't matter in practice, > because only user-only has a kernel page and user-only never sets > ss_active, ss_active has priority over execution exceptions and it > is best to keep them in the proper order. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > ---
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM