]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge branch 'x86/asm' into x86/core, to pick up dependent commits
authorIngo Molnar <mingo@kernel.org>
Tue, 4 Mar 2025 10:23:48 +0000 (11:23 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 4 Mar 2025 19:29:35 +0000 (20:29 +0100)
Signed-off-by: Ingo Molnar <mingo@kernel.org>
14 files changed:
1  2 
arch/x86/Kconfig
arch/x86/entry/entry.S
arch/x86/entry/entry_64.S
arch/x86/include/asm/alternative.h
arch/x86/include/asm/cpu.h
arch/x86/include/asm/page_64.h
arch/x86/include/asm/paravirt_types.h
arch/x86/include/asm/processor.h
arch/x86/include/asm/smp.h
arch/x86/kernel/module.c
arch/x86/kernel/paravirt.c
arch/x86/kernel/smpboot.c
arch/x86/lib/Makefile
arch/x86/xen/xen-head.S

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index 4be00831656c4cd727bdfe39d99df457cff343c9,8ecf1bf5710386ca0d3d70d3a8cb0a41ed92ee39..c5aabddf557341a0a435edb2aaa6684a08d35085
@@@ -314,28 -314,7 +314,8 @@@ static void notrace __noendbr start_sec
        wmb();
        cpu_startup_entry(CPUHP_AP_ONLINE_IDLE);
  }
 +ANNOTATE_NOENDBR_SYM(start_secondary);
  
- /*
-  * The bootstrap kernel entry code has set these up. Save them for
-  * a given CPU
-  */
- void smp_store_cpu_info(int id)
- {
-       struct cpuinfo_x86 *c = &cpu_data(id);
-       /* Copy boot_cpu_data only on the first bringup */
-       if (!c->initialized)
-               *c = boot_cpu_data;
-       c->cpu_index = id;
-       /*
-        * During boot time, CPU0 has this setup already. Save the info when
-        * bringing up an AP.
-        */
-       identify_secondary_cpu(c);
-       c->initialized = true;
- }
  static bool
  topology_same_node(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o)
  {
Simple merge
Simple merge