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