Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Mark the specified CPU online.* Note that it is permissible to omit this call entirely, as is* done in architectures that do no CPU-hotplug error checking.

Proto:void cpu_set_state_online(int cpu)

Type:void

Parameter:

TypeParameterName
intcpu
410  atomic_xchg( & per_cpu(cpu_hotplug_state, cpu), CPU is up )
Caller
NameDescribe
native_smp_prepare_boot_cpuEarly setup to make printk work.