aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include/asm/pseudo_instructions.h
diff options
context:
space:
mode:
authorRobin Getz <robin.getz@analog.com>2010-03-28 12:50:53 +0000
committerMike Frysinger <vapier@gentoo.org>2010-05-22 14:19:05 -0400
commitdc89d97fc73176c883b32ff21ae6f1164ca20d05 (patch)
treebf96980105a75e89ebc0a61bf008e41434c2f819 /arch/blackfin/include/asm/pseudo_instructions.h
parentBlackfin: change the BUG opcode to an unused 16-bit opcode (diff)
downloadlinux-dev-dc89d97fc73176c883b32ff21ae6f1164ca20d05.tar.xz
linux-dev-dc89d97fc73176c883b32ff21ae6f1164ca20d05.zip
Blackfin: add support for the DBG (debug output) pseudo insn
Another pseudo insn used by Blackfin simulators. Also factor some now common register lookup code out of the DBGA handlers. Signed-off-by: Robin Getz <robin.getz@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/include/asm/pseudo_instructions.h')
-rw-r--r--arch/blackfin/include/asm/pseudo_instructions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/include/asm/pseudo_instructions.h b/arch/blackfin/include/asm/pseudo_instructions.h
index 7173719fb531..b00adfa08169 100644
--- a/arch/blackfin/include/asm/pseudo_instructions.h
+++ b/arch/blackfin/include/asm/pseudo_instructions.h
@@ -13,5 +13,6 @@
#include <asm/ptrace.h>
extern bool execute_pseudodbg_assert(struct pt_regs *fp, unsigned int opcode);
+extern bool execute_pseudodbg(struct pt_regs *fp, unsigned int opcode);
#endif