Re: [PATCH v5 2/6] RISC-V: Rename and move plic_find_hart_id() to arch directory

2020-05-28 Thread Palmer Dabbelt
On Thu, 21 May 2020 06:32:57 PDT (-0700), Anup Patel wrote: The plic_find_hart_id() can be useful to other interrupt controller drivers (such as RISC-V local interrupt driver) so we rename this function to riscv_of_parent_hartid() and place it in arch directory along with

Re: [PATCH v5 2/6] RISC-V: Rename and move plic_find_hart_id() to arch directory

2020-05-28 Thread Atish Patra
On Thu, May 21, 2020 at 6:34 AM Anup Patel wrote: > > The plic_find_hart_id() can be useful to other interrupt controller > drivers (such as RISC-V local interrupt driver) so we rename this > function to riscv_of_parent_hartid() and place it in arch directory > along with

[PATCH v5 2/6] RISC-V: Rename and move plic_find_hart_id() to arch directory

2020-05-21 Thread Anup Patel
The plic_find_hart_id() can be useful to other interrupt controller drivers (such as RISC-V local interrupt driver) so we rename this function to riscv_of_parent_hartid() and place it in arch directory along with riscv_of_processor_hartid(). Signed-off-by: Anup Patel ---