Home
last modified time | relevance | path

Searched refs:max_physical_apicid (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kernel/apic/
H A Dapic.c77 static unsigned int max_physical_apicid; variable
2468 if (apicid > max_physical_apicid) in generic_processor_info()
2469 max_physical_apicid = apicid; in generic_processor_info()