From: Lennert Buytenhek Date: Thu, 24 Apr 2008 05:31:45 +0000 (-0400) Subject: kprobes/arm: fix decoding of arithmetic immediate instructions X-Git-Tag: v2.6.26-rc1~351^2~1^3~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3fd133c24e16d430ba21f3d9f5c0b8faeeb37fe;p=pandora-kernel.git kprobes/arm: fix decoding of arithmetic immediate instructions The ARM kprobes arithmetic immediate instruction decoder (space_cccc_001x()) was accidentally zero'ing out not only the Rn and Rd arguments, but the lower nibble of the immediate argument as well -- this patch fixes this. Signed-off-by: Lennert Buytenhek Acked-by: Nicolas Pitre --- Reading git-diff-tree failed