Re: [PATCH v6 1/2] RISC-V: Don't print SBI version for all detected extensions

2021-03-17 Thread Anup Patel
On Wed, Mar 17, 2021 at 10:38 AM Palmer Dabbelt wrote: > > On Mon, 15 Mar 2021 04:04:59 PDT (-0700), Anup Patel wrote: > > The sbi_init() already prints SBI version before detecting > > various SBI extensions so we don't need to print SBI version > > for all detected SBI extensions. > > > > Signed

Re: [PATCH v6 1/2] RISC-V: Don't print SBI version for all detected extensions

2021-03-16 Thread Palmer Dabbelt
On Mon, 15 Mar 2021 04:04:59 PDT (-0700), Anup Patel wrote: The sbi_init() already prints SBI version before detecting various SBI extensions so we don't need to print SBI version for all detected SBI extensions. Signed-off-by: Anup Patel --- arch/riscv/kernel/sbi.c | 6 +++--- 1 file changed,

Re: [PATCH v6 1/2] RISC-V: Don't print SBI version for all detected extensions

2021-03-15 Thread Atish Patra
On Mon, Mar 15, 2021 at 4:07 AM Anup Patel wrote: > > The sbi_init() already prints SBI version before detecting > various SBI extensions so we don't need to print SBI version > for all detected SBI extensions. > > Signed-off-by: Anup Patel > --- > arch/riscv/kernel/sbi.c | 6 +++--- > 1 file ch

[PATCH v6 1/2] RISC-V: Don't print SBI version for all detected extensions

2021-03-15 Thread Anup Patel
The sbi_init() already prints SBI version before detecting various SBI extensions so we don't need to print SBI version for all detected SBI extensions. Signed-off-by: Anup Patel --- arch/riscv/kernel/sbi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/riscv/kern