]> git.ipfire.org Git - thirdparty/linux.git/commit
x86/cpu/topology: Remove limit of CPUs due to disabled IO/APIC
authorFernando Fernandez Mancera <ffmancera@riseup.net>
Mon, 2 Dec 2024 14:58:45 +0000 (14:58 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 5 Dec 2024 13:43:32 +0000 (14:43 +0100)
commit73da582a476ea6e3512f89f8ed57dfed945829a2
tree603079c3648c99163a022a8709862b2837c23a2f
parentd0ceea662d459726487030237689835fcc0483e5
x86/cpu/topology: Remove limit of CPUs due to disabled IO/APIC

The rework of possible CPUs management erroneously disabled SMP when the
IO/APIC is disabled either by the 'noapic' command line parameter or during
IO/APIC setup. SMP is possible without IO/APIC.

Remove the ioapic_is_disabled conditions from the relevant possible CPU
management code paths to restore the orgininal behaviour.

Fixes: 7c0edad3643f ("x86/cpu/topology: Rework possible CPU management")
Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/all/20241202145905.1482-1-ffmancera@riseup.net
arch/x86/kernel/cpu/topology.c