[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250823155406.17505-1-chang.seok.bae@intel.com>
Date: Sat, 23 Aug 2025 08:54:06 -0700
From: "Chang S. Bae" <chang.seok.bae@...el.com>
To: linux-kernel@...r.kernel.org
Cc: x86@...nel.org,
tglx@...utronix.de,
mingo@...hat.com,
bp@...en8.de,
dave.hansen@...ux.intel.com,
chang.seok.bae@...el.com
Subject: [PATCH] x86/cpu/topology: Drop redundant CONFIG_X86_LOCAL_APIC check
topology.c is only built when CONFIG_X86_LOCAL_APIC=y, so the #ifdef
there is unnecessary. Remove it.
Signed-off-by: Chang S. Bae <chang.seok.bae@...el.com>
---
arch/x86/kernel/cpu/topology.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/x86/kernel/cpu/topology.c b/arch/x86/kernel/cpu/topology.c
index e35ccdc84910..dcf05c64dd82 100644
--- a/arch/x86/kernel/cpu/topology.c
+++ b/arch/x86/kernel/cpu/topology.c
@@ -416,7 +416,6 @@ void topology_hotunplug_apic(unsigned int cpu)
}
#endif
-#ifdef CONFIG_X86_LOCAL_APIC
static unsigned int max_possible_cpus __initdata = NR_CPUS;
/**
@@ -569,4 +568,3 @@ static int __init setup_possible_cpus(char *str)
return 0;
}
early_param("possible_cpus", setup_possible_cpus);
-#endif
--
2.48.1
Powered by blists - more mailing lists