Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/x86_64/kernel/
Dsmpboot.c819 int apicid, cpu, maxcpu; in smp_boot_cpus() local
919 maxcpu = 0; in smp_boot_cpus()
940 else if (cpu > maxcpu) in smp_boot_cpus()
941 maxcpu = cpu; in smp_boot_cpus()
978 smp_num_cpus = maxcpu + 1; in smp_boot_cpus()