]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2c2734057b9382f8f9a61b7801ba1952a510a237
treeaf3683a8a93ec327e217bac3882f0ae1cf729a78
parent8a83acc2f8e7918d3c7a50efe8c42b933255bcda
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