]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/hppa: Remove duplicated CPU_RESOLVING_TYPE definition
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 21 Mar 2025 10:24:35 +0000 (11:24 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 31 Mar 2025 19:32:43 +0000 (21:32 +0200)
commitfb5bc76cae61b7c65e71ccf1c6027bf878f5b7dc
treef808d89e9baade4997fdbcb5ce689d830b87e6fb
parent04e99f9eb7920b0f0fcce65686c3bedf5e32a1f9
target/hppa: Remove duplicated CPU_RESOLVING_TYPE definition

The CPU_RESOLVING_TYPE definition was added in commit
0dacec874fa ("cpu: add CPU_RESOLVING_TYPE macro"), but
then added again in commit d3ae32d4d20. Remove the
duplication.

Fixes: d3ae32d4d20 ("target/hppa: Implement cpu_list")
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250321184200.4329-1-philmd@linaro.org>
target/hppa/cpu.h