arm64: Reduce verbosity on SMP CPU stop
authorJan Glauber <jan.glauber@caviumnetworks.com>
Mon, 18 Apr 2016 07:43:33 +0000 (09:43 +0200)
committerWill Deacon <will.deacon@arm.com>
Tue, 19 Apr 2016 08:53:04 +0000 (09:53 +0100)
commit82611c14c4e479715c071fb0f44ddd72dc632037
treeaf3683a8a93ec327e217bac3882f0ae1cf729a78
parent3a72db703cc6965662ff6063befa7d7cf2b49a2e
arm64: Reduce verbosity on SMP CPU stop

When CPUs are stopped during an abnormal operation like panic
for each CPU a line is printed and the stack trace is dumped.

This information is only interesting for the aborting CPU
and on systems with many CPUs it only makes it harder to
debug if after the aborting CPU the log is flooded with data
about all other CPUs too.

Therefore remove the stack dump and printk of other CPUs
and only print a single line that the other CPUs are going to be
stopped and, in case any CPUs remain online list them.

Signed-off-by: Jan Glauber <jglauber@cavium.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/smp.c