target/alpha, hppa: Remove unused parent_reset fields
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Sep 2024 14:31:44 +0000 (15:31 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Sep 2024 14:31:44 +0000 (15:31 +0100)
commit349ecf61e8c9d5b4f21dab80b37733fe73be5cfe
treebc392f5ddbd957d5599aba7c2fd4a5ec7b7419d4
parent5313a0a41eedb5f5b0145657fb3aad516e5216f2
target/alpha, hppa: Remove unused parent_reset fields

The Alpha and HPPA CPU class structs include a 'parent_reset'
field which is never used; delete them.

(These targets don't seem to implement reset at all; if they did they
should do it using the three-phase reset mechanism, which uses a
'ResettablePhases parent_phases' field instead of the old
'DeviceReset parent_reset' field.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20240830145812.1967042-6-peter.maydell@linaro.org
target/alpha/cpu.h
target/hppa/cpu.h