ARM: 7068/1: process: change from __backtrace to dump_stack in show_regs
authorLaura Abbott <lauraa@codeaurora.org>
Wed, 31 Aug 2011 01:04:06 +0000 (02:04 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 17 Oct 2011 08:12:41 +0000 (09:12 +0100)
commitb380ab4f85d641574d91b12b333848a0731a497c
treeee8db08db4cef2369d0221ea5f65162c729aa55c
parentb3377d1865723cea5334954e6ffcb2182b6689c8
ARM: 7068/1: process: change from __backtrace to dump_stack in show_regs

Currently, show_regs calls __backtrace which does
nothing if CONFIG_FRAME_POINTER is not set. Switch to
dump_stack which handles both CONFIG_FRAME_POINTER and
CONFIG_ARM_UNWIND correctly.

__backtrace is now superseded by dump_stack in general
and show_regs was the last caller so remove __backtrace
as well.

Signed-off-by: Laura Abbott <lauraa@codeaurora.org>
Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/include/asm/system.h
arch/arm/kernel/armksyms.c
arch/arm/kernel/process.c
arch/arm/lib/backtrace.S