qemu-riscv
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 07/11] target/riscv: remove RISCV_FEATURE_EPMP


From: Bin Meng
Subject: Re: [PATCH v2 07/11] target/riscv: remove RISCV_FEATURE_EPMP
Date: Wed, 15 Feb 2023 19:22:46 +0800

On Wed, Feb 15, 2023 at 3:25 AM Daniel Henrique Barboza
<dbarboza@ventanamicro.com> wrote:
>
> RISCV_FEATURE_EPMP is always set to the same value as the cpu->cfg.epmp
> flag. Use the flag directly.
>
> Reviewed-by: Weiwei Li <liweiwei@iscas.ac.cn>
> Signed-off-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
> ---
>  target/riscv/cpu.c | 10 +++-------
>  target/riscv/cpu.h |  1 -
>  target/riscv/csr.c |  2 +-
>  target/riscv/pmp.c |  4 ++--
>  4 files changed, 6 insertions(+), 11 deletions(-)
>

Reviewed-by: Bin Meng <bmeng@tinylab.org>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]