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.
This commit is contained in:
David E. O'Brien 2002-09-30 15:39:57 +00:00
parent c91a63aa2c
commit dbe57134ec
6 changed files with 6 additions and 12 deletions

View File

@ -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));

View File

@ -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));

View File

@ -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));

View File

@ -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));

View File

@ -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));

View File

@ -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));