Re: [PATCH v2] riscv: ae350: Enable CCTL_SUEN

2023-01-31 Thread Leo Liang
On Tue, Jan 03, 2023 at 04:17:13PM +0800, 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 Supervisor(and User) > CCTL operations. > > Signed-off-by: Rick Chen > --- > > Changes

[PATCH v2] riscv: ae350: Enable CCTL_SUEN

2023-01-03 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 Supervisor(and User) CCTL operations. Signed-off-by: Rick Chen --- Changes in v2 - fix typo - correct aligment --- arch/riscv/cpu/ax25/cpu.c | 18