diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-02-14 17:56:24 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-03-09 00:30:51 -0500 |
commit | f2ce48024a9a6d3e92a023ded0f7b1e99da1cd16 (patch) | |
tree | 789e7ec8763c9939d9285fd587b49d22038c0f1b /arch/blackfin/include/asm/ptrace.h | |
parent | 5f09c77d2ad69397498b6555f0d3cd697304253c (diff) |
Blackfin: simplify PTRACE_{PEEK,POKE}USR in preperation for regset support
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/include/asm/ptrace.h')
-rw-r--r-- | arch/blackfin/include/asm/ptrace.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/blackfin/include/asm/ptrace.h b/arch/blackfin/include/asm/ptrace.h index b33a4488f498..c1aebdb981c7 100644 --- a/arch/blackfin/include/asm/ptrace.h +++ b/arch/blackfin/include/asm/ptrace.h | |||
@@ -173,4 +173,6 @@ extern void show_regs(struct pt_regs *); | |||
173 | #define PT_FDPIC_EXEC 232 | 173 | #define PT_FDPIC_EXEC 232 |
174 | #define PT_FDPIC_INTERP 236 | 174 | #define PT_FDPIC_INTERP 236 |
175 | 175 | ||
176 | #define PT_LAST_PSEUDO PT_FDPIC_INTERP | ||
177 | |||
176 | #endif /* _BFIN_PTRACE_H */ | 178 | #endif /* _BFIN_PTRACE_H */ |