On Wed, 22 Feb 2023 at 02:34, Richard Henderson <richard.hender...@linaro.org> wrote: > > In several places we use arm_is_secure_below_el3 and > arm_is_el3_or_mon separately from arm_is_secure. > These functions make no sense for m-profile, and > would indicate prior incorrect feature testing. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/arm/cpu.h | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM