]> git.baikalelectronics.ru Git - kernel.git/commit
ptrace: cleanup arch_ptrace() on parisc
authorNamhyung Kim <namhyung@gmail.com>
Wed, 27 Oct 2010 22:33:59 +0000 (15:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 28 Oct 2010 01:03:11 +0000 (18:03 -0700)
commit60140bbf15611d1db02158109edd99837c6aa61d
tree8d75c9aa2cc2d4a94b184f9e7aeb62fab35fbe41
parent12a186fc274646b03e912fd4838f7fc12905e10f
ptrace: cleanup arch_ptrace() on parisc

Add missing __user markup on the argument of put_user().

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Cc: Kyle McMartin <kyle@mcmartin.ca>
Cc: Helge Deller <deller@gmx.de>
Cc: "James E.J. Bottomley" <jejb@parisc-linux.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/parisc/kernel/ptrace.c