commit | c6e4ae32911c2a0ad02d47ee59ccba352a74c38e | [log] [tgz] |
---|---|---|
author | Jon Medhurst <tixy@yxit.co.uk> | Tue Apr 12 07:45:26 2011 +0100 |
committer | Nicolas Pitre <nicolas.pitre@linaro.org> | Thu Apr 28 23:40:58 2011 -0400 |
tree | 848b1626961fc717fd4b9d5836741cbbdb515421 | |
parent | 038c3839c917e3eea1150a1dc55607b9bde2d5ac [diff] |
ARM: kprobes: Fix emulation of USAD8 instructions The USAD8 instruction wasn't being explicitly decoded leading to the incorrect emulation routine being called. It can be correctly decoded in the same way as the signed multiply instructions so we move the decoding there. Signed-off-by: Jon Medhurst <tixy@yxit.co.uk> Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>