summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>2016-06-23 11:00:39 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-08-10 10:21:02 +0200
commit0fb6917509f4aa824f8e1c23bf9073fd6b622d9c (patch)
treeaec3fb87d6944c09cf1901889ce40853052a1f41 /drivers
parentd72e7cf39d09298e9227ebd50e3c6a7aa802fc06 (diff)
downloadlwn-0fb6917509f4aa824f8e1c23bf9073fd6b622d9c.tar.gz
lwn-0fb6917509f4aa824f8e1c23bf9073fd6b622d9c.zip
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>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions