mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2026-05-05 14:52:08 +01:00
1bfa244505
commit d403c70fb1 breaks Linux
booting because of fewer exceptions delegated to S-mode. This
patch fixes Linux booting by having all required exceptions
delegated to S-mode.
Signed-off-by: Anup Patel <anup.patel@wdc.com>