]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ptrace: cleanup arch_ptrace() on MIPS
authorNamhyung Kim <namhyung@gmail.com>
Wed, 27 Oct 2010 22:33:58 +0000 (15:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 28 Oct 2010 01:03:11 +0000 (18:03 -0700)
commitfb671139a27abc44303ef938c3811d910724c493
tree626528459e8a3624995cd37ae947d448eeccd699
parentcfd866f6bd1549fb25f826c469120a8eaee4fc1a
ptrace: cleanup arch_ptrace() on MIPS

Use new 'addrp', 'datavp' and 'datalp' variables in order to remove
unnecessary castings.

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/mips/kernel/ptrace.c