Re: [PATCH] riscv: ae350: Enable CCTL_SUEN

2022-12-21 Thread Rick Chen
Hi Bin > On Wed, Dec 21, 2022 at 11:00 AM Rick Chen wrote: > > > > CCTL operations are available to Supervisor/User-mode > > software under the control of the mcache_ctl.CCTL_SUEN > > control bit. Enable it to support Superviosr(and User) > > typo: Supervisor OK, will fix it. > > > CCTL operati

Re: [PATCH] riscv: ae350: Enable CCTL_SUEN

2022-12-21 Thread Bin Meng
On Wed, Dec 21, 2022 at 11:00 AM Rick Chen wrote: > > CCTL operations are available to Supervisor/User-mode > software under the control of the mcache_ctl.CCTL_SUEN > control bit. Enable it to support Superviosr(and User) typo: Supervisor > CCTL operations. > > Signed-off-by: Rick Chen > --- >

[PATCH] riscv: ae350: Enable CCTL_SUEN

2022-12-20 Thread Rick Chen
CCTL operations are available to Supervisor/User-mode software under the control of the mcache_ctl.CCTL_SUEN control bit. Enable it to support Superviosr(and User) CCTL operations. Signed-off-by: Rick Chen --- arch/riscv/cpu/ax25/cpu.c | 4 1 file changed, 4 insertions(+) diff --git a/arch