From 3f4a2b73bb5dfa65d0cf96200750f4fe82ce1f9b Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 30 Sep 2002 15:39:57 +0000 Subject: Turn back on the "SMP: AP CPU #N Launched!" message on normal boots. Peter's rev 1.189 should fix the lost console on SCSI-based systems due to this message. --- sys/amd64/include/mptable.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/amd64/include/mptable.h') diff --git a/sys/amd64/include/mptable.h b/sys/amd64/include/mptable.h index c23f699..89fbf0e 100644 --- a/sys/amd64/include/mptable.h +++ b/sys/amd64/include/mptable.h @@ -2490,8 +2490,7 @@ ap_init(void) smp_cpus++; CTR1(KTR_SMP, "SMP: AP CPU #%d Launched", PCPU_GET(cpuid)); - if (bootverbose) - printf("SMP: AP CPU #%d Launched!\n", PCPU_GET(cpuid)); + printf("SMP: AP CPU #%d Launched!\n", PCPU_GET(cpuid)); /* Build our map of 'other' CPUs. */ PCPU_SET(other_cpus, all_cpus & ~PCPU_GET(cpumask)); -- cgit v1.1