qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v4 02/10] target/riscv: remove RISCV_FEATURE_MISA


From: Daniel Henrique Barboza
Subject: Re: [PATCH v4 02/10] target/riscv: remove RISCV_FEATURE_MISA
Date: Thu, 16 Feb 2023 12:26:29 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1



On 2/16/23 11:52, Andrew Jones wrote:
On Thu, Feb 16, 2023 at 10:04:36AM -0300, Daniel Henrique Barboza wrote:
It's unused after write_misa() became a regular no-op.

Signed-off-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
---
  target/riscv/cpu.h | 1 -
  1 file changed, 1 deletion(-)

diff --git a/target/riscv/cpu.h b/target/riscv/cpu.h
index 7128438d8e..01803a020d 100644
--- a/target/riscv/cpu.h
+++ b/target/riscv/cpu.h
@@ -89,7 +89,6 @@ enum {
      RISCV_FEATURE_MMU,
      RISCV_FEATURE_PMP,
      RISCV_FEATURE_EPMP,
-    RISCV_FEATURE_MISA,
      RISCV_FEATURE_DEBUG
  };
--
2.39.1


Probably could squash into the previous patch, but anyway

True. Since we have a typo to fix in there I'll squash this in.


Thanks,

Daniel


Reviewed-by: Andrew Jones <ajones@ventanamicro.com>

Thanks,
drew



reply via email to

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