Commit 056fef9a authored by Jan Altenberg's avatar Jan Altenberg Committed by Adrian Bunk

m68knommu: ptrace.h typo fix

Signed-off-by: default avatarJan Altenberg <tb10alj@tglx.de>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
parent cbff4672
...@@ -70,7 +70,7 @@ struct switch_stack { ...@@ -70,7 +70,7 @@ struct switch_stack {
/* Arbitrarily choose the same ptrace numbers as used by the Sparc code. */ /* Arbitrarily choose the same ptrace numbers as used by the Sparc code. */
#define PTRACE_GETREGS 12 #define PTRACE_GETREGS 12
#define PTRACE_SETREGS 13 #define PTRACE_SETREGS 13
#ifdef COFNIG_FPU #ifdef CONFIG_FPU
#define PTRACE_GETFPREGS 14 #define PTRACE_GETFPREGS 14
#define PTRACE_SETFPREGS 15 #define PTRACE_SETFPREGS 15
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment