summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/mptable.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-09-30 15:39:57 +0000
committerobrien <obrien@FreeBSD.org>2002-09-30 15:39:57 +0000
commit3f4a2b73bb5dfa65d0cf96200750f4fe82ce1f9b (patch)
tree2c2e60a797914e296d32eef060bc3ec17a9d2977 /sys/i386/include/mptable.h
parentf58cb87a1b3bb3ead9ac0da4f688a86808732306 (diff)
downloadFreeBSD-src-3f4a2b73bb5dfa65d0cf96200750f4fe82ce1f9b.zip
FreeBSD-src-3f4a2b73bb5dfa65d0cf96200750f4fe82ce1f9b.tar.gz
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.
Diffstat (limited to 'sys/i386/include/mptable.h')
-rw-r--r--sys/i386/include/mptable.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/include/mptable.h b/sys/i386/include/mptable.h
index c23f699..89fbf0e 100644
--- a/sys/i386/include/mptable.h
+++ b/sys/i386/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));
OpenPOWER on IntegriCloud