Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\mpparse.c Create Date:2022-07-28 08:25:41
Last Modify:2020-03-16 21:44:10 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:MP_processor_info

Proto:static void __init MP_processor_info(struct mpc_cpu *m)

Type:void

Parameter:

TypeParameterName
struct mpc_cpu *m
56  bootup_cpu = ""
58  If Not (cpuflag & Processor is available ) Then
59  disabled_cpus++
60  Return
63  apicid = mpc_apic_id(m)
65  If cpuflag & Processor is the boot CPU Then
66  bootup_cpu = " (Bootup-CPU)"
67  boot_cpu_physical_apicid = Local APIC number
70  pr_info("Processor #%d%s\n", Local APIC number , bootup_cpu)
71  generic_processor_info(apicid, Its versions )
Caller
NameDescribe
smp_read_mpc
construct_default_ISA_mptable