Re: [PATCH v11 09/11] RISC-V: Add SBI HSM extension definitions

From: Bin Meng
Date: Sun Apr 05 2020 - 10:37:35 EST


On Wed, Mar 18, 2020 at 9:12 AM Atish Patra <atish.patra@xxxxxxx> wrote:
>
> SBI specification defines HSM extension that allows to start/stop a hart
> by a supervisor anytime. The specification is available at
>
> https://github.com/riscv/riscv-sbi-doc/blob/master/riscv-sbi.adoc
>
> Add those definitions here.
>
> Signed-off-by: Atish Patra <atish.patra@xxxxxxx>
> Reviewed-by: Anup Patel <anup.patel@xxxxxxx>
> ---
> arch/riscv/include/asm/sbi.h | 14 ++++++++++++++
> 1 file changed, 14 insertions(+)
>

Reviewed-by: Bin Meng <bmeng.cn@xxxxxxxxx>