summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/traps.h
diff options
context:
space:
mode:
authorCatalin Marinas <catalin.marinas@arm.com>2009-02-11 13:06:53 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-02-12 13:21:15 +0000
commit67a94c23bb7338c321ae71aa33f8d398c94e1d0c (patch)
treebe05d534ffcadf1542f17e5833977341af91bdf7 /arch/arm/include/asm/traps.h
parenta12370f12fdc6a35463842e41eaf04299167eb12 (diff)
[ARM] 5381/1: unwind: Reorganise the traps.c code
This patch moves code around in the arch/arm/kernel/traps.c file for easier integration of the stack unwinding support. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/include/asm/traps.h')
-rw-r--r--arch/arm/include/asm/traps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/traps.h b/arch/arm/include/asm/traps.h
index aa399aec568e..491960bf4260 100644
--- a/arch/arm/include/asm/traps.h
+++ b/arch/arm/include/asm/traps.h
@@ -25,5 +25,6 @@ static inline int in_exception_text(unsigned long ptr)
}
extern void __init early_trap_init(void);
+extern void dump_backtrace_entry(unsigned long where, unsigned long from, unsigned long frame);
#endif