On 23/03/2025 23.40, Philippe Mathieu-Daudé wrote:
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é <phi...@linaro.org> --- cpu-target.c | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>