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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Aug 2016 09:49:25 +0000 (11:49 +0200)
commite0bc4e7e1c876f8e58ba381bf5194a8b8c8d448f
tree883efb127987b91d1c15c10baf17afc4570a5755
parentdc20f3244ae920430d9d9f19939a13a0279380ca
arc: unwind: warn only once if DW2_UNWIND is disabled

commit 9bd54517ee86cb164c734f72ea95aeba4804f10b upstream.

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>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arc/kernel/stacktrace.c