On Thu, 6 Dec 2018 at 17:55, Richard Henderson <richard.hender...@linaro.org> wrote: > > Since arm_hcr_el2_eff includes a check against > arm_is_secure_below_el3, we can often remove a > nearby check against secure state. > > In some cases, sort the call to arm_hcr_el2_eff > to the end of a short-circuit logical sequence. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > v3: Do not change regime_translation_disabled. > ---
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM