diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-11-03 02:57:41 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-11-03 02:57:41 -0500 |
commit | db5935001a43528e673ad26ffec9d98c60a496a9 (patch) | |
tree | 8e735327a97beccabb5d94ef93df25d2bacda705 /arch/cris/include/asm/ptrace.h | |
parent | 34f3a814eef8069a24e5b3ebcf27aba9dabac2ea (diff) | |
parent | 45beca08dd8b6d6a65c5ffd730af2eac7a2c7a03 (diff) |
Merge commit 'v2.6.28-rc3' into sched/core
Diffstat (limited to 'arch/cris/include/asm/ptrace.h')
-rw-r--r-- | arch/cris/include/asm/ptrace.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/cris/include/asm/ptrace.h b/arch/cris/include/asm/ptrace.h new file mode 100644 index 000000000000..6618893bfe8e --- /dev/null +++ b/arch/cris/include/asm/ptrace.h | |||
@@ -0,0 +1,16 @@ | |||
1 | #ifndef _CRIS_PTRACE_H | ||
2 | #define _CRIS_PTRACE_H | ||
3 | |||
4 | #include <arch/ptrace.h> | ||
5 | |||
6 | #ifdef __KERNEL__ | ||
7 | |||
8 | /* Arbitrarily choose the same ptrace numbers as used by the Sparc code. */ | ||
9 | #define PTRACE_GETREGS 12 | ||
10 | #define PTRACE_SETREGS 13 | ||
11 | |||
12 | #define profile_pc(regs) instruction_pointer(regs) | ||
13 | |||
14 | #endif /* __KERNEL__ */ | ||
15 | |||
16 | #endif /* _CRIS_PTRACE_H */ | ||