kprobes/arm: fix decoding of arithmetic immediate instructions
authorLennert Buytenhek <buytenh@wantstofly.org>
Thu, 24 Apr 2008 05:31:45 +0000 (01:31 -0400)
committerNicolas Pitre <nico@cam.org>
Mon, 28 Apr 2008 19:54:55 +0000 (15:54 -0400)
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 <buytenh@marvell.com>
Acked-by: Nicolas Pitre <nico@marvell.com>

No differences found