[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 3/3] hw/arm/v7m: Remove use of &first_cpu in machine_init()
From: |
Samuel Tardieu |
Subject: |
Re: [PATCH 3/3] hw/arm/v7m: Remove use of &first_cpu in machine_init() |
Date: |
Mon, 13 Jan 2025 09:27:18 +0100 |
User-agent: |
mu4e 1.12.8; emacs 29.4 |
Philippe Mathieu-Daudé <philmd@linaro.org> writes:
> When instanciating the machine model, the machine_init()
> implementations usually create the CPUs, so have access
> to its first CPU. Use that rather then the &first_cpu
> global.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Samuel Tardieu <sam@rfc1149.net>