From: Jon Medhurst Date: Sat, 2 Jul 2011 14:54:57 +0000 (+0100) Subject: ARM: kprobes: Decode 16-bit Thumb special data instructions X-Git-Tag: v3.1-rc1~258^2^2~2^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b5940e81182ff26d539dcf0ee8b2310f6965833;p=pandora-kernel.git ARM: kprobes: Decode 16-bit Thumb special data instructions These data-processing instructions operate on the full range of CPU registers, so to simulate them we have to modify the registers used by the instruction. We can't make use of the decoding table framework to do this because the registers aren't encoded cleanly in separate nibbles, therefore we need a custom decode function. Signed-off-by: Jon Medhurst Acked-by: Nicolas Pitre --- Reading git-diff-tree failed