Re: [PATCH 1/2] target/riscv: cpu: Implement get_arch_id callback

2023-03-03 Thread Daniel Henrique Barboza
On 3/3/23 03:50, Mayuresh Chitale wrote: Implement the callback for getting the architecture-dependent CPU ID ie mhartid. Signed-off-by: Mayuresh Chitale Signed-off-by: Anup Patel --- Reviewed-by: Daniel Henrique Barboza target/riscv/cpu.c | 8 1 file changed, 8 insertions

[PATCH 1/2] target/riscv: cpu: Implement get_arch_id callback

2023-03-02 Thread Mayuresh Chitale
Implement the callback for getting the architecture-dependent CPU ID ie mhartid. Signed-off-by: Mayuresh Chitale Signed-off-by: Anup Patel --- target/riscv/cpu.c | 8 1 file changed, 8 insertions(+) diff --git a/target/riscv/cpu.c b/target/riscv/cpu.c index 0dd2f0c753..467d8467a3 10