aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/topology.c
diff options
context:
space:
mode:
authorBorislav Petkov (AMD) <bp@alien8.de>2024-12-02 20:00:11 +0100
committerBorislav Petkov (AMD) <bp@alien8.de>2024-12-10 18:55:08 +0100
commit13148e22c151e871c1c00bab519f39cc6f6ea37a (patch)
treee8ba0a85471ea7cb5bbbdaf1bd5864485c7b0c5d /arch/x86/kernel/cpu/topology.c
parentDocumentation: Merge x86-specific boot options doc into kernel-parameters.txt (diff)
downloadlinux-13148e22c151e871c1c00bab519f39cc6f6ea37a.tar.gz
linux-13148e22c151e871c1c00bab519f39cc6f6ea37a.zip
x86/apic: Remove "disablelapic" cmdline option
The convention is "no<something>" and there already is "nolapic". Drop the disable one. Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Reviewed-by: Sohil Mehta <sohil.mehta@intel.com> Link: https://lore.kernel.org/r/20241202190011.11979-2-bp@kernel.org
Diffstat (limited to 'arch/x86/kernel/cpu/topology.c')
-rw-r--r--arch/x86/kernel/cpu/topology.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/topology.c b/arch/x86/kernel/cpu/topology.c
index 621a151ccf7d..6ebed852a9ef 100644
--- a/arch/x86/kernel/cpu/topology.c
+++ b/arch/x86/kernel/cpu/topology.c
@@ -428,7 +428,7 @@ void __init topology_apply_cmdline_limits_early(void)
{
unsigned int possible = nr_cpu_ids;
- /* 'maxcpus=0' 'nosmp' 'nolapic' 'disableapic' 'noapic' */
+ /* 'maxcpus=0' 'nosmp' 'nolapic' 'noapic' */
if (!setup_max_cpus || ioapic_is_disabled || apic_is_disabled)
possible = 1;