Re: [PATCH 4/4] riscv: Keep the CPU init routine names consistent

2020-06-10 Thread Alistair Francis
On Fri, Jun 5, 2020 at 12:44 AM Bin Meng wrote: > > From: Bin Meng > > Adding a _ to keep some consistency among the CPU init routines. We now differ from the actual ISA strings, but as these are internal functions I don't think it matters. This seems clearer. > > Signed-off-by: Bin Meng Revi

[PATCH 4/4] riscv: Keep the CPU init routine names consistent

2020-06-05 Thread Bin Meng
From: Bin Meng Adding a _ to keep some consistency among the CPU init routines. Signed-off-by: Bin Meng --- target/riscv/cpu.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/target/riscv/cpu.c b/target/riscv/cpu.c index c5c2abc..5060534 100644 --- a/target/riscv/c