OSDN Git Service

target/ppc: Remove CPU_RESOLVING_TYPE from 'cpu-qom.h'
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 6 Oct 2023 07:55:22 +0000 (09:55 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 7 Nov 2023 11:13:27 +0000 (12:13 +0100)
commit37b9414b32521dc26e020f16191513c6423ada67
tree4f458fc4abad10ae7c90151eadb6526f8227abd2
parentf6524ddf86bc4af87ddc21b71151399cb47d484a
target/ppc: Remove CPU_RESOLVING_TYPE from 'cpu-qom.h'

CPU_RESOLVING_TYPE is a per-target definition, and is
irrelevant for other targets. Move it to "cpu.h".

"target/ppc/cpu-qom.h" is supposed to be target agnostic
(include-able by any target). Add such mention in the
header.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20231013140116.255-5-philmd@linaro.org>
target/ppc/cpu-qom.h
target/ppc/cpu.h