[PATCH v2 01/16] target/riscv/cpu_cfg.h: remove user_spec and bext_spec

Daniel Henrique Barboza posted 16 patches 11 months, 1 week ago
There is a newer version of this series
[PATCH v2 01/16] target/riscv/cpu_cfg.h: remove user_spec and bext_spec
Posted by Daniel Henrique Barboza 11 months, 1 week ago
They aren't being used.

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

diff --git a/target/riscv/cpu_cfg.h b/target/riscv/cpu_cfg.h
index f4605fb190..c67a8731d3 100644
--- a/target/riscv/cpu_cfg.h
+++ b/target/riscv/cpu_cfg.h
@@ -136,8 +136,6 @@ struct RISCVCPUConfig {
 
     uint32_t pmu_mask;
     char *priv_spec;
-    char *user_spec;
-    char *bext_spec;
     char *vext_spec;
     uint16_t vlen;
     uint16_t elen;
-- 
2.43.0
Re: [PATCH v2 01/16] target/riscv/cpu_cfg.h: remove user_spec and bext_spec
Posted by Vladimir Isaev 11 months ago
22.12.2023 15:22, Daniel Henrique Barboza wrote:> 
> They aren't being used.
> 
> Signed-off-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
> ---
>  target/riscv/cpu_cfg.h | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/target/riscv/cpu_cfg.h b/target/riscv/cpu_cfg.h
> index f4605fb190..c67a8731d3 100644
> --- a/target/riscv/cpu_cfg.h
> +++ b/target/riscv/cpu_cfg.h
> @@ -136,8 +136,6 @@ struct RISCVCPUConfig {
> 
>      uint32_t pmu_mask;
>      char *priv_spec;
> -    char *user_spec;
> -    char *bext_spec;
>      char *vext_spec;
>      uint16_t vlen;
>      uint16_t elen;
> --
> 2.43.0
> 
> 

bext_ver from target/riscv/cpu.h is also unused.