From: Jon Medhurst Date: Tue, 12 Apr 2011 06:45:26 +0000 (+0100) Subject: ARM: kprobes: Fix emulation of USAD8 instructions X-Git-Tag: v2.6.39-rc6~9^2~2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6e4ae32911c2a0ad02d47ee59ccba352a74c38e;p=pandora-kernel.git 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 Signed-off-by: Nicolas Pitre --- Reading git-diff-tree failed