qemu-ppc
[Top][All Lists]
Advanced

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

Re: [PATCH 2/3] target/cpus: Remove pointless re-assignment of CPUState:


From: Richard Henderson
Subject: Re: [PATCH 2/3] target/cpus: Remove pointless re-assignment of CPUState::exception_index
Date: Thu, 9 Jan 2025 07:47:52 -0800
User-agent: Mozilla Thunderbird

On 12/30/24 07:39, Philippe Mathieu-Daudé wrote:
TheCPUState::exception_index field is always re-initialized
by the parent CPU ResetHold() handler in cpu_common_reset_hold(),
no need to have targets manually initializing it.

Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
---
  target/hppa/cpu.c      | 1 -
  target/loongarch/cpu.c | 1 -
  target/openrisc/cpu.c  | 1 -
  3 files changed, 3 deletions(-)

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

r~



reply via email to

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