From: Namhyung Kim Date: Wed, 27 Oct 2010 22:33:52 +0000 (-0700) Subject: ptrace: cleanup arch_ptrace() on frv X-Git-Tag: v2.6.37-rc1~85^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81d3285c96dd90044ffe2c2c5d56405a5423d753;p=pandora-kernel.git ptrace: cleanup arch_ptrace() on frv Use new 'regno', 'datap' variables in order to remove duplicated expressions and unnecessary castings. Alse remove checking @addr less than 0 because addr is now unsigned. Signed-off-by: Namhyung Kim Cc: David Howells Cc: "Daniel K." Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed