commit | a3fd133c24e16d430ba21f3d9f5c0b8faeeb37fe | [log] [tgz] |
---|---|---|
author | Lennert Buytenhek <buytenh@wantstofly.org> | Thu Apr 24 01:31:45 2008 -0400 |
committer | Nicolas Pitre <nico@cam.org> | Mon Apr 28 15:54:55 2008 -0400 |
tree | 22e5141fbfa1f7be804a156d1ce79f900ebd5e98 | |
parent | 8f79ff0cb5330a92032c30ff586745d3016b34ca [diff] |
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 <buytenh@marvell.com> Acked-by: Nicolas Pitre <nico@marvell.com>