diff options
| author | Catalin Marinas <[email protected]> | 2009-02-11 12:06:53 +0000 |
|---|---|---|
| committer | Russell King <[email protected]> | 2009-02-12 13:21:15 +0000 |
| commit | 67a94c23bb7338c321ae71aa33f8d398c94e1d0c (patch) | |
| tree | be05d534ffcadf1542f17e5833977341af91bdf7 /arch/arm/include/asm/traps.h | |
| parent | [ARM] 5393/1: Add W90P910 EVB NOR flash driver (diff) | |
| download | kernel-67a94c23bb7338c321ae71aa33f8d398c94e1d0c.tar.gz kernel-67a94c23bb7338c321ae71aa33f8d398c94e1d0c.zip | |
[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 <[email protected]>
Signed-off-by: Russell King <[email protected]>
Diffstat (limited to 'arch/arm/include/asm/traps.h')
| -rw-r--r-- | arch/arm/include/asm/traps.h | 1 |
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 |
