diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-11-18 00:41:56 +0800 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-11-18 00:41:56 +0800 |
commit | 05c484355fa6b22af5c1c96db154f108f8b5c625 (patch) | |
tree | b00c65f5ee3c07375febdc5a92bd6f83febdb3ba /include/asm-blackfin | |
parent | 09db9487b099bb18089cc9bff321a84e7494ec50 (diff) | |
download | blackbird-op-linux-05c484355fa6b22af5c1c96db154f108f8b5c625.tar.gz blackbird-op-linux-05c484355fa6b22af5c1c96db154f108f8b5c625.zip |
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); extern unsigned long sclk_to_usecs(unsigned long sclk); extern unsigned long usecs_to_sclk(unsigned long usecs); -extern void dump_thread(struct pt_regs *regs, struct user *dump); extern void dump_bfin_regs(struct pt_regs *fp, void *retaddr); extern void dump_bfin_trace_buffer(void); |