]> 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)
commit6da59893bdd937c1f9ec7623a1f1a4e9ec2cbc03
treeaf3683a8a93ec327e217bac3882f0ae1cf729a78
parentbb67bf2d68866f3e66780494bd4b7f6d4d770c05
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