On Tue, 3 Dec 2019 at 02:30, Richard Henderson <richard.hender...@linaro.org> wrote: > > The fall through organization of this function meant that we > would raise an interrupt, then might overwrite that with another. > Since interrupt prioritization is IMPLEMENTATION DEFINED, we > can recognize these in any order we choose. > > Unify the code to raise the interrupt in a block at the end. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM