mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-23 16:01:42 +00:00
Put the CPU starting on one line.
This commit is contained in:
parent
43d9cb5b74
commit
b425e3fba2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=333335
@ -1020,7 +1020,11 @@ init_secondary_tail(void)
|
||||
smp_cpus++;
|
||||
|
||||
CTR1(KTR_SMP, "SMP: AP CPU #%d Launched", cpuid);
|
||||
printf("SMP: AP CPU #%d Launched!\n", cpuid);
|
||||
if (bootverbose)
|
||||
printf("SMP: AP CPU #%d Launched!\n", cpuid);
|
||||
else
|
||||
printf("%s%d%s", smp_cpus == 2 ? "Launching APs: " : "",
|
||||
cpuid, smp_cpus == mp_ncpus ? "\n" : " ");
|
||||
|
||||
/* Determine if we are a logical CPU. */
|
||||
if (cpu_info[PCPU_GET(apic_id)].cpu_hyperthread)
|
||||
|
Loading…
Reference in New Issue
Block a user