Skip to content

Commit

Permalink
[PATCH] m68k: ptrace.h typo fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Altenberg <tb10alj@tglx.de>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Greg Ungerer <gerg@snapgear.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Jan Altenberg authored and Linus Torvalds committed Jun 23, 2006
1 parent d94af93 commit de29016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-m68knommu/ptrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ struct switch_stack {
/* Arbitrarily choose the same ptrace numbers as used by the Sparc code. */
#define PTRACE_GETREGS 12
#define PTRACE_SETREGS 13
#ifdef COFNIG_FPU
#ifdef CONFIG_FPU
#define PTRACE_GETFPREGS 14
#define PTRACE_SETFPREGS 15
#endif
Expand Down

0 comments on commit de29016

Please sign in to comment.