diff options
| author | Mike Frysinger <michael.frysinger@analog.com> | 2007-11-21 03:46:49 -0500 |
|---|---|---|
| committer | Bryan Wu <bryan.wu@analog.com> | 2007-11-21 03:46:49 -0500 |
| commit | 49dce9124b41984bf1e918847bc17929c2e8f80f (patch) | |
| tree | 6b973ed6cc1861da973dc67b3681c0fa95178522 /include/asm-blackfin | |
| parent | 9cb07b23dbc1c4c6ded49ba31d51b639a13970e3 (diff) | |
Blackfin arch: split apart dump_bfin_regs and merge/remove show_regs from process.c, which was largely duplicated
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'include/asm-blackfin')
| -rw-r--r-- | include/asm-blackfin/bfin-global.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-blackfin/bfin-global.h b/include/asm-blackfin/bfin-global.h index 6ef501b35d..39bdd86871 100644 --- a/include/asm-blackfin/bfin-global.h +++ b/include/asm-blackfin/bfin-global.h | |||
| @@ -50,7 +50,8 @@ extern unsigned long get_sclk(void); | |||
| 50 | extern unsigned long sclk_to_usecs(unsigned long sclk); | 50 | extern unsigned long sclk_to_usecs(unsigned long sclk); |
| 51 | extern unsigned long usecs_to_sclk(unsigned long usecs); | 51 | extern unsigned long usecs_to_sclk(unsigned long usecs); |
| 52 | 52 | ||
| 53 | extern void dump_bfin_regs(struct pt_regs *fp, void *retaddr); | 53 | extern void dump_bfin_process(struct pt_regs *regs); |
| 54 | extern void dump_bfin_mem(void *retaddr); | ||
| 54 | extern void dump_bfin_trace_buffer(void); | 55 | extern void dump_bfin_trace_buffer(void); |
| 55 | 56 | ||
| 56 | extern int init_arch_irq(void); | 57 | extern int init_arch_irq(void); |
