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:23
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:The bootstrap kernel entry code has set these up. Save them for* a given CPU

Proto:void smp_store_cpu_info(int id)

Type:void

Parameter:

TypeParameterName
intid
388  c = cpu_data(id)
391  If Not initialized Then c = Per CPU bogomips and other parameters
393  Index into per_cpu list: = id
398  identify_secondary_cpu(c)
399  initialized = true
Caller
NameDescribe
smp_callinReport back to the Boot Processor during boot time or to the caller processor* during CPU online.