From: Namhyung Kim Date: Wed, 27 Oct 2010 22:33:53 +0000 (-0700) Subject: ptrace: cleanup arch_ptrace() on h8300 X-Git-Tag: v2.6.37-rc1~85^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05fabdace41837a21f957507378b2954fe87ab61;p=pandora-kernel.git ptrace: cleanup arch_ptrace() on h8300 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: Yoshinori Sato Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed