]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/arm/npcm7xx: remove setting of mp-affinity
authorDorjoy Chowdhury <dorjoychy111@gmail.com>
Thu, 23 May 2024 15:06:20 +0000 (16:06 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 28 May 2024 13:20:48 +0000 (14:20 +0100)
commit03935f9272e757724cd99ca3842be3ddbfeecc77
treec410a3a6c55557cbfc99588f78261b934dea9d08
parent19ed42e8adc87a3c739f61608b66a046bb9237e2
hw/arm/npcm7xx: remove setting of mp-affinity

The value of the mp-affinity property being set in npcm7xx_realize is
always the same as the default value it would have when arm_cpu_realizefn
is called if the property is not set here. So there is no need to set
the property value in npcm7xx_realize function.

Signed-off-by: Dorjoy Chowdhury <dorjoychy111@gmail.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20240504141733.14813-1-dorjoychy111@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/npcm7xx.c