diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2010-10-14 16:32:41 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2010-10-15 15:38:26 -0400 |
commit | 233325b94999d4bb8df227bb39904a57509e4995 (patch) | |
tree | 1f195bded03ce5aa483b41531e739a8cc61ce392 /arch/tile/include/asm | |
parent | a78c942df64ef4cf495fd4d8715e48501bd7f8a4 (diff) |
arch/tile: enable single-step support for TILE-Gx
This is not quite the complete support, since we're not yet shipping
intvec_64.S, but it is the support relevant to the set of files we are
currently shipping, and makes it easier to track changes between
our internal sources and our public GIT repository.
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile/include/asm')
-rw-r--r-- | arch/tile/include/asm/traps.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/tile/include/asm/traps.h b/arch/tile/include/asm/traps.h index 432a9c15c8a2..d06e35f57201 100644 --- a/arch/tile/include/asm/traps.h +++ b/arch/tile/include/asm/traps.h | |||
@@ -59,4 +59,8 @@ void do_hardwall_trap(struct pt_regs *, int fault_num); | |||
59 | void do_breakpoint(struct pt_regs *, int fault_num); | 59 | void do_breakpoint(struct pt_regs *, int fault_num); |
60 | 60 | ||
61 | 61 | ||
62 | #ifdef __tilegx__ | ||
63 | void gx_singlestep_handle(struct pt_regs *, int fault_num); | ||
64 | #endif | ||
65 | |||
62 | #endif /* _ASM_TILE_SYSCALLS_H */ | 66 | #endif /* _ASM_TILE_SYSCALLS_H */ |