Re: [PATCH 1/5] RISC-V: Add mechanism to provide custom IPI operations

2020-06-06 Thread Anup Patel
On Fri, Jun 5, 2020 at 2:10 AM Palmer Dabbelt wrote: > > On Thu, 21 May 2020 06:45:40 PDT (-0700), Anup Patel wrote: > > We add mechanism to set custom IPI operations so that CLINT driver > > from drivers directory can provide custom IPI operations. > > > > Signed-off-by: Anup Patel > > --- > >

Re: [PATCH 1/5] RISC-V: Add mechanism to provide custom IPI operations

2020-06-04 Thread Palmer Dabbelt
On Thu, 21 May 2020 06:45:40 PDT (-0700), Anup Patel wrote: We add mechanism to set custom IPI operations so that CLINT driver from drivers directory can provide custom IPI operations. Signed-off-by: Anup Patel --- arch/riscv/include/asm/smp.h | 11 arch/riscv/kernel/smp.c | 52 +

[PATCH 1/5] RISC-V: Add mechanism to provide custom IPI operations

2020-05-21 Thread Anup Patel
We add mechanism to set custom IPI operations so that CLINT driver from drivers directory can provide custom IPI operations. Signed-off-by: Anup Patel --- arch/riscv/include/asm/smp.h | 11 arch/riscv/kernel/smp.c | 52 arch/riscv/kernel/smpboot