Re: [PATCH 2/5] RISC-V: Remove CLINT related code

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:41 PDT (-0700), Anup Patel wrote: > > We will be having separate CLINT timer driver which will also > > provide CLINT based IPI operations so let's remove CLINT related > > code from arch/riscv directory. > > This w

Re: [PATCH 2/5] RISC-V: Remove CLINT related code

2020-06-04 Thread Palmer Dabbelt
On Thu, 21 May 2020 06:45:41 PDT (-0700), Anup Patel wrote: We will be having separate CLINT timer driver which will also provide CLINT based IPI operations so let's remove CLINT related code from arch/riscv directory. This will leave the system unbootable, which breaks bisecting. Signed-off

[PATCH 2/5] RISC-V: Remove CLINT related code

2020-05-21 Thread Anup Patel
We will be having separate CLINT timer driver which will also provide CLINT based IPI operations so let's remove CLINT related code from arch/riscv directory. Signed-off-by: Anup Patel --- arch/riscv/include/asm/clint.h | 39 -- arch/riscv/kernel/Makefile | 2 +-