Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Blackfin: comment the FDPIC PTRACE defines

This matches similar documentation for the FRV FDPIC code.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>

+3 -3
+3 -3
arch/blackfin/include/asm/ptrace.h
··· 89 89 #define PTRACE_GETREGS 12 90 90 #define PTRACE_SETREGS 13 /* ptrace signal */ 91 91 92 - #define PTRACE_GETFDPIC 31 93 - #define PTRACE_GETFDPIC_EXEC 0 94 - #define PTRACE_GETFDPIC_INTERP 1 92 + #define PTRACE_GETFDPIC 31 /* get the ELF fdpic loadmap address */ 93 + #define PTRACE_GETFDPIC_EXEC 0 /* [addr] request the executable loadmap */ 94 + #define PTRACE_GETFDPIC_INTERP 1 /* [addr] request the interpreter loadmap */ 95 95 96 96 #define PS_S (0x0002) 97 97