Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\smpboot.c Create Date:2022-07-28 08:24:18
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Report back to the Boot Processor during boot time or to the caller processor* during CPU online.

Proto:static void smp_callin(void)

Type:void

Parameter:Nothing

164  cpuid = smp_processor_id()
172  APIC setup function for application processors. Called from smpboot.c
178  The bootstrap kernel entry code has set these up. Save them for* a given CPU
184  set_cpu_sibling_map(These macros fold the SMP functionality into a single CPU system())
192  calibrate_delay()
193  loops_per_jiffy = loops_per_jiffy
194  pr_debug("Stack at about %p\n", & cpuid)
196  wmb()
198  notify_cpu_starting(cpuid)
203  pumask_set_cpu - set a cpu in a cpumask*@cpu: cpu number (< nr_cpu_ids)*@dstp: the cpumask pointer
Caller
NameDescribe
start_secondaryActivate a secondary processor.