From: Philippe Mathieu-Daudé Date: Fri, 21 Mar 2025 10:24:35 +0000 (+0100) Subject: target/hppa: Remove duplicated CPU_RESOLVING_TYPE definition X-Git-Tag: v10.0.0-rc2~2^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fb5bc76cae61b7c65e71ccf1c6027bf878f5b7dc;p=thirdparty%2Fqemu.git 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é Reviewed-by: Richard Henderson Message-Id: <20250321184200.4329-1-philmd@linaro.org> --- diff --git a/target/hppa/cpu.h b/target/hppa/cpu.h index 7be4a1d380..8b36642b59 100644 --- a/target/hppa/cpu.h +++ b/target/hppa/cpu.h @@ -391,6 +391,4 @@ void hppa_cpu_alarm_timer(void *); #endif G_NORETURN void hppa_dynamic_excp(CPUHPPAState *env, int excp, uintptr_t ra); -#define CPU_RESOLVING_TYPE TYPE_HPPA_CPU - #endif /* HPPA_CPU_H */