On Mon, Mar 24, 2025 at 07:58:37PM +0100, Philippe Mathieu-Daudé wrote: > Date: Mon, 24 Mar 2025 19:58:37 +0100 > From: Philippe Mathieu-Daudé <phi...@linaro.org> > Subject: [PATCH v3 7/7] cpus: Remove #ifdef check on cpu_list definition > X-Mailer: git-send-email 2.47.1 > > 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> > Reviewed-by: Thomas Huth <th...@redhat.com> > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > --- > cpu-target.c | 19 ++++++------------- > 1 file changed, 6 insertions(+), 13 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>