Re: [PATCH 01/12] riscv: abstract out CSR names for supervisor vs machine mode
From: Paul Walmsley
Date: Thu Nov 14 2019 - 02:30:11 EST
On Mon, 28 Oct 2019, Christoph Hellwig wrote:
> Many of the privileged CSRs exist in a supervisor and machine version
> that are used very similarly. Provide versions of the CSR names and
> fields that map to either the S-mode or M-mode variant depending on
> a new CONFIG_RISCV_M_MODE kconfig symbol.
>
> Contains contributions from Damien Le Moal <Damien.LeMoal@xxxxxxx>
> and Paul Walmsley <paul.walmsley@xxxxxxxxxx>.
>
> Signed-off-by: Christoph Hellwig <hch@xxxxxx>
Thanks, queued for v5.5-rc1.
- Paul