diff options
| -rw-r--r-- | arch/powerpc/bits/ptrace.h | 2 | ||||
| -rw-r--r-- | arch/powerpc64/bits/ptrace.h | 2 | 
2 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/bits/ptrace.h b/arch/powerpc/bits/ptrace.h index 75086ca0..303a0735 100644 --- a/arch/powerpc/bits/ptrace.h +++ b/arch/powerpc/bits/ptrace.h @@ -8,6 +8,8 @@  #define PTRACE_SET_DEBUGREG	0x1a  #define PTRACE_GETVSRREGS	0x1b  #define PTRACE_SETVSRREGS	0x1c +#define PTRACE_SYSEMU		0x1d +#define PTRACE_SYSEMU_SINGLESTEP	0x1e  #define PTRACE_SINGLEBLOCK	0x100  #define PT_GETVRREGS PTRACE_GETVRREGS diff --git a/arch/powerpc64/bits/ptrace.h b/arch/powerpc64/bits/ptrace.h index 75086ca0..303a0735 100644 --- a/arch/powerpc64/bits/ptrace.h +++ b/arch/powerpc64/bits/ptrace.h @@ -8,6 +8,8 @@  #define PTRACE_SET_DEBUGREG	0x1a  #define PTRACE_GETVSRREGS	0x1b  #define PTRACE_SETVSRREGS	0x1c +#define PTRACE_SYSEMU		0x1d +#define PTRACE_SYSEMU_SINGLESTEP	0x1e  #define PTRACE_SINGLEBLOCK	0x100  #define PT_GETVRREGS PTRACE_GETVRREGS  | 
