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)
committerSasha Levin <sasha.levin@oracle.com>
Mon, 11 Jul 2016 02:27:13 +0000 (22:27 -0400)
commit49cacd2b68d3dfc88bbf5cf16c885138ba947561
tree47fdee5d691f9c3d4e58e2f544ce75222dd8c71e
parent7678c949a43aefb98ac7e64d6b8b2c32ad442fc3
arc: unwind: warn only once if DW2_UNWIND is disabled

[ Upstream commit 9bd54517ee86cb164c734f72ea95aeba4804f10b ]

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>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
arch/arc/kernel/stacktrace.c