aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-blackfin/bfin-global.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2007-11-18 00:41:56 +0800
committerBryan Wu <bryan.wu@analog.com>2007-11-18 00:41:56 +0800
commit05c484355fa6b22af5c1c96db154f108f8b5c625 (patch)
treeb00c65f5ee3c07375febdc5a92bd6f83febdb3ba /include/asm-blackfin/bfin-global.h
parentBlackfin arch: Typo: "CONFIG_RTC_BFIN_MODULE" -> "CONFIG_RTC_DRV_BFIN_MODULE" (diff)
downloadlinux-dev-05c484355fa6b22af5c1c96db154f108f8b5c625.tar.xz
linux-dev-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 '')
-rw-r--r--include/asm-blackfin/bfin-global.h1
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);