qemu-riscv
[Top][All Lists]
Advanced

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

Re: [PATCH v5 4/7] target/riscv/translate.c: remove 'cpu_vstart' global


From: Richard Henderson
Subject: Re: [PATCH v5 4/7] target/riscv/translate.c: remove 'cpu_vstart' global
Date: Tue, 20 Feb 2024 16:41:37 -1000
User-agent: Mozilla Thunderbird

On 2/20/24 16:22, Daniel Henrique Barboza wrote:
The global is unused after recent changes.

Signed-off-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
---
  target/riscv/translate.c | 4 +---
  1 file changed, 1 insertion(+), 3 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

Does this leave exactly one use of cpu_vl, in do_vsetvl()?
If so, it would be worth removing that too, replacing the single use with an explicit load from env.


r~



reply via email to

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