]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: kprobes: Fix emulation of USAD8 instructions
authorJon Medhurst <tixy@yxit.co.uk>
Tue, 12 Apr 2011 06:45:26 +0000 (07:45 +0100)
committerNicolas Pitre <nicolas.pitre@linaro.org>
Fri, 29 Apr 2011 03:40:58 +0000 (23:40 -0400)
commit8574973f36daa54d541c139ec5dd57fd97c686ce
tree848b1626961fc717fd4b9d5836741cbbdb515421
parent0ea69046aafc50a6874740f92172072635d89398
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>
arch/arm/kernel/kprobes-decode.c