diff options
| author | Paul Mundt <lethal@linux-sh.org> | 2012-06-12 23:12:14 -0400 |
|---|---|---|
| committer | Paul Mundt <lethal@linux-sh.org> | 2012-06-12 23:12:14 -0400 |
| commit | f21efd45362d555b3b93960a5736ad7c6fc1f367 (patch) | |
| tree | e86510670b3543be81814d0099954b8a83cd8dfb /arch/sh/include | |
| parent | 380622e9ff56201f9c3c1f153d1ca0a24324a1d4 (diff) | |
| parent | 3a898c0f36f9fe312cb6e98865a6833110e67cb2 (diff) | |
Merge branch 'sh/multi-unwinders' into sh-latest
Diffstat (limited to 'arch/sh/include')
| -rw-r--r-- | arch/sh/include/asm/kdebug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/include/asm/kdebug.h b/arch/sh/include/asm/kdebug.h index a6201f10c27..8d6a831e7ba 100644 --- a/arch/sh/include/asm/kdebug.h +++ b/arch/sh/include/asm/kdebug.h | |||
| @@ -10,6 +10,8 @@ enum die_val { | |||
| 10 | DIE_SSTEP, | 10 | DIE_SSTEP, |
| 11 | }; | 11 | }; |
| 12 | 12 | ||
| 13 | /* arch/sh/kernel/dumpstack.c */ | ||
| 13 | extern void printk_address(unsigned long address, int reliable); | 14 | extern void printk_address(unsigned long address, int reliable); |
| 15 | extern void dump_mem(const char *str, unsigned long bottom, unsigned long top); | ||
| 14 | 16 | ||
| 15 | #endif /* __ASM_SH_KDEBUG_H */ | 17 | #endif /* __ASM_SH_KDEBUG_H */ |
