diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-11-17 11:41:56 -0500 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-11-17 11:41:56 -0500 |
commit | 05c484355fa6b22af5c1c96db154f108f8b5c625 (patch) | |
tree | b00c65f5ee3c07375febdc5a92bd6f83febdb3ba /include/asm-blackfin | |
parent | 09db9487b099bb18089cc9bff321a84e7494ec50 (diff) |
Blackfin arch: remove dump_thread()
The only user is the a.out support.
It was therefore removed prior to the blackfin merge from all
architectures not supporting a.out.
Currently, Blackfin doesn't suppport a.out.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'include/asm-blackfin')
-rw-r--r-- | include/asm-blackfin/bfin-global.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-blackfin/bfin-global.h b/include/asm-blackfin/bfin-global.h index 0212e180b90e..cd924bb6f2e7 100644 --- a/include/asm-blackfin/bfin-global.h +++ b/include/asm-blackfin/bfin-global.h | |||
@@ -50,7 +50,6 @@ 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_thread(struct pt_regs *regs, struct user *dump); | ||
54 | extern void dump_bfin_regs(struct pt_regs *fp, void *retaddr); | 53 | extern void dump_bfin_regs(struct pt_regs *fp, void *retaddr); |
55 | extern void dump_bfin_trace_buffer(void); | 54 | extern void dump_bfin_trace_buffer(void); |
56 | 55 | ||