diff options
author | Al Viro <viro@www.linux.org.uk> | 2005-04-25 10:55:59 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-25 10:55:59 -0400 |
commit | 056de2fa12febe02597f971eb6ea8f2cc9c9b06e (patch) | |
tree | 9771aaff44479c8ccac70fd18d1e7394fd9de264 /arch/ppc | |
parent | dc074a8a32bc12e19436b087f01f4a4700e9b9c0 (diff) |
[PATCH] ppc user annotations: debug_setconetext(2)
3rd argument of sys_debug_setcontext() is also a userland pointer.
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ppc')
-rw-r--r-- | arch/ppc/kernel/signal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/kernel/signal.c b/arch/ppc/kernel/signal.c index d500f5ebc29c..7c8437da09d5 100644 --- a/arch/ppc/kernel/signal.c +++ b/arch/ppc/kernel/signal.c | |||
@@ -511,7 +511,7 @@ int sys_rt_sigreturn(int r3, int r4, int r5, int r6, int r7, int r8, | |||
511 | } | 511 | } |
512 | 512 | ||
513 | int sys_debug_setcontext(struct ucontext __user *ctx, | 513 | int sys_debug_setcontext(struct ucontext __user *ctx, |
514 | int ndbg, struct sig_dbg_op *dbg, | 514 | int ndbg, struct sig_dbg_op __user *dbg, |
515 | int r6, int r7, int r8, | 515 | int r6, int r7, int r8, |
516 | struct pt_regs *regs) | 516 | struct pt_regs *regs) |
517 | { | 517 | { |