]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Expose arm_cpu_mp_affinity() in 'multiprocessing.h' header
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 18 Jan 2024 20:06:31 +0000 (21:06 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 26 Jan 2024 11:30:48 +0000 (11:30 +0000)
commite2d8cf9b5312ada63ffa7460dec7cf89cf0bd61e
treed070dc1a098fc06fe6e770969e6129ef9dcb1cbc
parentc4380f7bcdcb68fdfca876db366782a807fab8f7
target/arm: Expose arm_cpu_mp_affinity() in 'multiprocessing.h' header

Declare arm_cpu_mp_affinity() prototype in the new
 "target/arm/multiprocessing.h" header so units in
hw/arm/ can use it without having to include the huge
target-specific "cpu.h".

File list to include the new header generated using:

  $ git grep -lw arm_cpu_mp_affinity

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20240118200643.29037-11-philmd@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/virt-acpi-build.c
hw/arm/virt.c
hw/arm/xlnx-versal-virt.c
hw/misc/xlnx-versal-crl.c
target/arm/arm-powerctl.c
target/arm/cpu.c
target/arm/cpu.h
target/arm/hvf/hvf.c
target/arm/multiprocessing.h [new file with mode: 0644]
target/arm/tcg/psci.c