diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-10-29 11:37:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-12-15 00:15:23 -0500 |
commit | ee3773367b8eb90fcb3ad61e7e632e8239323fa3 (patch) | |
tree | 7c442bfa72bb53de5c946c70785925e81a47bbbf /arch/blackfin | |
parent | 2c29661e0bfbc04c18247c0eac6855d82adf4aa8 (diff) | |
download | op-kernel-dev-ee3773367b8eb90fcb3ad61e7e632e8239323fa3.zip op-kernel-dev-ee3773367b8eb90fcb3ad61e7e632e8239323fa3.tar.gz |
Blackfin: comment the FDPIC PTRACE defines
This matches similar documentation for the FRV FDPIC code.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin')
-rw-r--r-- | arch/blackfin/include/asm/ptrace.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/blackfin/include/asm/ptrace.h b/arch/blackfin/include/asm/ptrace.h index 27290c9..b33a448 100644 --- a/arch/blackfin/include/asm/ptrace.h +++ b/arch/blackfin/include/asm/ptrace.h @@ -89,9 +89,9 @@ struct pt_regs { #define PTRACE_GETREGS 12 #define PTRACE_SETREGS 13 /* ptrace signal */ -#define PTRACE_GETFDPIC 31 -#define PTRACE_GETFDPIC_EXEC 0 -#define PTRACE_GETFDPIC_INTERP 1 +#define PTRACE_GETFDPIC 31 /* get the ELF fdpic loadmap address */ +#define PTRACE_GETFDPIC_EXEC 0 /* [addr] request the executable loadmap */ +#define PTRACE_GETFDPIC_INTERP 1 /* [addr] request the interpreter loadmap */ #define PS_S (0x0002) |