mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-12-13 11:01:36 +00:00
Instead of using a global array indexed by hartid, we should use scratch space to save per-HART PLIC pointer and PLIC context numbers. Signed-off-by: Anup Patel <apatel@ventanamicro.com> Reviewed-by: Andrew Jones <ajones@ventanamicro.com>