On Mon, Nov 28, 2022 at 12:59 AM Jim Shu <jim....@sifive.com> wrote: > > If the number of interrupt is not multiple of 32, PLIC will have > out-of-bound access to source_priority array. Compute the number of > interrupt in the last word to avoid this out-of-bound access of array. > > Signed-off-by: Jim Shu <jim....@sifive.com> > --- > hw/intc/sifive_plic.c | 12 +++++++++++- > 1 file changed, 11 insertions(+), 1 deletion(-) >
Reviewed-by: Bin Meng <bm...@tinylab.org>