hw/arm/bcm2836: Use ARM_CPU 'mp-affinity' property
commit79f5169501396ba90a32971fc66886fcf60ec52f
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 21 Dec 2022 18:51:25 +0000 (21 19:51 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 5 Jan 2024 15:20:15 +0000 (5 16:20 +0100)
tree4f54631312f12fcd4f2dc6781798cc3ccdacb8c5
parentca1d323ca504e68af2c1b19dc99ec73054359507
hw/arm/bcm2836: Use ARM_CPU 'mp-affinity' property

The 'mp-affinity' property is present since commit 15a21fe028
("target-arm: Add mp-affinity property for ARM CPU class").
Use it and remove a /* TODO */ comment. Since all ARM CPUs
have this property, use &error_abort, because this call can
not fail.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20231123143813.42632-4-philmd@linaro.org>
hw/arm/bcm2836.c