aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-blackfin
diff options
context:
space:
mode:
authorMike Frysinger <michael.frysinger@analog.com>2007-11-21 15:53:49 +0800
committerBryan Wu <bryan.wu@analog.com>2007-11-21 15:53:49 +0800
commit8d6c242062b90ce1b339e32a12fe183fe9612dcb (patch)
tree3e28305dd1754e416d88a4ce5021dff7f8087532 /include/asm-blackfin
parentBlackfin arch: move EXPORT_SYMBOL() to C files where the symbol is actually defined (diff)
downloadlinux-dev-8d6c242062b90ce1b339e32a12fe183fe9612dcb.tar.xz
linux-dev-8d6c242062b90ce1b339e32a12fe183fe9612dcb.zip
Blackfin arch: rename _return_from_exception to _bfin_return_from_exception and export it
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-blackfin/bfin-global.h b/include/asm-blackfin/bfin-global.h
index cd924bb6f2e7..6ef501b35df0 100644
--- a/include/asm-blackfin/bfin-global.h
+++ b/include/asm-blackfin/bfin-global.h
@@ -62,6 +62,7 @@ extern void bfin_dcache_init(void);
extern int read_iloc(void);
extern int bfin_console_init(void);
extern asmlinkage void lower_to_irq14(void);
+extern asmlinkage void bfin_return_from_exception(void);
extern void init_exception_vectors(void);
extern void init_dma(void);
extern void program_IAR(void);