]> git.ipfire.org Git - thirdparty/qemu.git/commit
cpus: Remove #ifdef check on cpu_list definition
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Sun, 23 Mar 2025 15:24:29 +0000 (16:24 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 25 Apr 2025 10:59:09 +0000 (12:59 +0200)
commitedbb66bb305b7d7f9b13734d222cc5e333180948
tree1e6401f6b28a4bb4cc60195775f159a938e87ba1
parente828206a0f63867deb9eedc194c49cc40a3b249b
cpus: Remove #ifdef check on cpu_list definition

Since we removed all definitions of cpu_list, the #ifdef
check is always true. Remove it, inlining cpu_list().

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Message-Id: <20250324185837.46506-7-philmd@linaro.org>
cpu-target.c