Re: [PATCH v5 04/11] target/riscv: Don't set PMP feature in the cpu init

2020-05-31 Thread Bin Meng
On Fri, May 29, 2020 at 6:22 AM Alistair Francis wrote: > > The PMP is enabled by default via the "pmp" property so there is no need > for us to set it in the init function. As all CPUs have PMP support just > remove the set_feature() call in the CPU init functions. > > Signed-off-by: Alistair

[PATCH v5 04/11] target/riscv: Don't set PMP feature in the cpu init

2020-05-28 Thread Alistair Francis
The PMP is enabled by default via the "pmp" property so there is no need for us to set it in the init function. As all CPUs have PMP support just remove the set_feature() call in the CPU init functions. Signed-off-by: Alistair Francis --- target/riscv/cpu.c | 7 --- 1 file changed, 7