Re: [PATCH] arm64: Reduce verbosity on SMP CPU stop

2016-04-15 Thread Will Deacon
On Fri, Apr 15, 2016 at 12:24:36PM +0200, Jan Glauber wrote: > 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 i

[PATCH] arm64: Reduce verbosity on SMP CPU stop

2016-04-15 Thread Jan Glauber
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 dat