commit | 41713d1396312a027ec02abc4767041627c178ef | [log] [tgz] |
---|---|---|
author | Jon Medhurst <tixy@yxit.co.uk> | Mon Apr 18 08:53:57 2011 +0100 |
committer | Nicolas Pitre <nicolas.pitre@linaro.org> | Thu Apr 28 23:40:59 2011 -0400 |
tree | 778fedcc66cf4e15ca1e0eeb8502715bd84d021d | |
parent | f0aeb8bff0fe9de50e1e4093ef86ff8f17a9b1b0 [diff] |
ARM: kprobes: Fix emulation of PLD instructions The PLD instructions wasn't being decoded correctly and the emulation code wasn't adjusting PC correctly. As the PLD instruction is only a performance hint we emulate it as a simple nop, and we can broaden the instruction decoding to take into account newer PLI and PLDW instructions. Signed-off-by: Jon Medhurst <tixy@yxit.co.uk> Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>