ARM: remove "SMP: Total of %d processors activated." message

The "SMP: Total of %d processors activated." message which we print in
smp_cpus_done() provides no further information than the message in
genreic code in smp_announce().  Kill it.

Tested-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Russell King 2014-10-28 12:13:59 +00:00
parent c68b0274fb
commit 1381c5a65f
1 changed files with 0 additions and 3 deletions

View File

@ -387,9 +387,6 @@ asmlinkage void secondary_start_kernel(void)
void __init smp_cpus_done(unsigned int max_cpus)
{
pr_info("SMP: Total of %d processors activated.\n",
num_online_cpus());
hyp_mode_check();
}