LKML Archive mirror
 help / color / mirror / Atom feed
* [PATCH] x86/smp: Remove dead call to switch_gdt_and_percpu_base()
@ 2024-04-19 16:52 Brian Gerst
  0 siblings, 0 replies; only message in thread
From: Brian Gerst @ 2024-04-19 16:52 UTC (permalink / raw
  To: linux-kernel, x86
  Cc: Ingo Molnar, Thomas Gleixner, Borislav Petkov, Brian Gerst

smpboot.c is only built when CONFIG_SMP is set, so the call to
switch_gdt_and_percpu_base() is dead code.

Signed-off-by: Brian Gerst <brgerst@gmail.com>
---
 arch/x86/kernel/smpboot.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c
index a58109583c47..f752047688ab 100644
--- a/arch/x86/kernel/smpboot.c
+++ b/arch/x86/kernel/smpboot.c
@@ -1128,12 +1128,6 @@ void arch_thaw_secondary_cpus_end(void)
  */
 void __init native_smp_prepare_boot_cpu(void)
 {
-	int me = smp_processor_id();
-
-	/* SMP handles this from setup_per_cpu_areas() */
-	if (!IS_ENABLED(CONFIG_SMP))
-		switch_gdt_and_percpu_base(me);
-
 	native_pv_lock_init();
 }
 

base-commit: 7fcd76de8a7bc12e930ef383a157ce99d711715d
-- 
2.44.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-19 16:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-19 16:52 [PATCH] x86/smp: Remove dead call to switch_gdt_and_percpu_base() Brian Gerst

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).