lib: sbi: Remove 's' and 'u' from misa_string() output
authorAnup Patel <apatel@ventanamicro.com>
Thu, 28 Apr 2022 12:20:59 +0000 (17:50 +0530)
committerAnup Patel <anup@brainfault.org>
Sat, 7 May 2022 04:32:28 +0000 (10:02 +0530)
commit5a6be99cc53b80ff1691e127d6dfbdd7ec4e9e45
tree865fc4e58ebfd9ac58e9d5cf6661aeb664721dea
parent1a754bb36522247e51fdb95323c5fa3e256db872
lib: sbi: Remove 's' and 'u' from misa_string() output

Both 's' and 'u' are not treated as ISA extensions since these are
privilege modes so let's remove it from misa_string() output.

Signed-off-by: Anup Patel <apatel@ventanamicro.com>
Reviewed-by: Atish Patra <atishp@rivosinc.com>
lib/sbi/riscv_asm.c