diff options
Diffstat (limited to 'arch/cris/include/asm/ptrace.h')
| -rw-r--r-- | arch/cris/include/asm/ptrace.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/cris/include/asm/ptrace.h b/arch/cris/include/asm/ptrace.h index 6618893bfe8e..2de84d7061c7 100644 --- a/arch/cris/include/asm/ptrace.h +++ b/arch/cris/include/asm/ptrace.h | |||
| @@ -1,9 +1,8 @@ | |||
| 1 | #ifndef _CRIS_PTRACE_H | 1 | #ifndef _CRIS_PTRACE_H |
| 2 | #define _CRIS_PTRACE_H | 2 | #define _CRIS_PTRACE_H |
| 3 | 3 | ||
| 4 | #include <arch/ptrace.h> | 4 | #include <uapi/asm/ptrace.h> |
| 5 | 5 | ||
| 6 | #ifdef __KERNEL__ | ||
| 7 | 6 | ||
| 8 | /* Arbitrarily choose the same ptrace numbers as used by the Sparc code. */ | 7 | /* Arbitrarily choose the same ptrace numbers as used by the Sparc code. */ |
| 9 | #define PTRACE_GETREGS 12 | 8 | #define PTRACE_GETREGS 12 |
| @@ -11,6 +10,4 @@ | |||
| 11 | 10 | ||
| 12 | #define profile_pc(regs) instruction_pointer(regs) | 11 | #define profile_pc(regs) instruction_pointer(regs) |
| 13 | 12 | ||
| 14 | #endif /* __KERNEL__ */ | ||
| 15 | |||
| 16 | #endif /* _CRIS_PTRACE_H */ | 13 | #endif /* _CRIS_PTRACE_H */ |
