]> git.baikalelectronics.ru Git - kernel.git/commit
arc: unwind: warn only once if DW2_UNWIND is disabled
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>
Thu, 23 Jun 2016 08:00:39 +0000 (11:00 +0300)
committerVineet Gupta <vgupta@synopsys.com>
Tue, 28 Jun 2016 05:41:44 +0000 (11:11 +0530)
commit8d1549986bfc66d30216c1265dc8e75548e8194f
tree61f77b7e5eed6cfd61b1586c52c80776c9dd647f
parenta6d9649bc59063b6f4c6c4c04fe8e95aa13070c6
arc: unwind: warn only once if DW2_UNWIND is disabled

If CONFIG_ARC_DW2_UNWIND is disabled every time arc_unwind_core()
gets called following message gets printed in debug console:
----------------->8---------------
CONFIG_ARC_DW2_UNWIND needs to be enabled
----------------->8---------------

That message makes sense if user indeed wants to see a backtrace or
get nice function call-graphs in perf but what if user disabled
unwinder for the purpose? Why pollute his debug console?

So instead we'll warn user about possibly missing feature once and
let him decide if that was what he or she really wanted.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: stable@vger.kernel.org
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/kernel/stacktrace.c