Re: [PATCH v2 02/13] RISC-V: Add SBI STA extension definitions

2023-12-14 Thread Anup Patel
On Thu, Dec 14, 2023 at 3:45 PM Andrew Jones wrote: > > The SBI STA extension enables steal-time accounting. Add the > definitions it specifies. > > Signed-off-by: Andrew Jones > Reviewed-by: Conor Dooley LGTM. Reviewed-by: Anup Patel Regards, Anup > --- > arch/riscv/include/asm/sbi.h | 17

[PATCH v2 02/13] RISC-V: Add SBI STA extension definitions

2023-12-14 Thread Andrew Jones
The SBI STA extension enables steal-time accounting. Add the definitions it specifies. Signed-off-by: Andrew Jones Reviewed-by: Conor Dooley --- arch/riscv/include/asm/sbi.h | 17 + 1 file changed, 17 insertions(+) diff --git a/arch/riscv/include/asm/sbi.h b/arch/riscv/include/