diff options
author | Robin Getz <robin.getz@analog.com> | 2010-03-28 12:50:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-05-22 14:19:05 -0400 |
commit | dc89d97fc73176c883b32ff21ae6f1164ca20d05 (patch) | |
tree | bf96980105a75e89ebc0a61bf008e41434c2f819 /arch/blackfin/include | |
parent | 6a4110c2b38da51b767e389a6fb477072cf5843c (diff) | |
download | talos-obmc-linux-dc89d97fc73176c883b32ff21ae6f1164ca20d05.tar.gz talos-obmc-linux-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')
-rw-r--r-- | arch/blackfin/include/asm/pseudo_instructions.h | 1 |
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 |