From: Jon Medhurst Date: Sat, 2 Jul 2011 15:00:09 +0000 (+0100) Subject: ARM: kprobes: Decode 16-bit Thumb load and store instructions X-Git-Tag: v3.1-rc1~258^2^2~2^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8695142820f3cb3bc97444a240eec5375a2b107;p=pandora-kernel.git ARM: kprobes: Decode 16-bit Thumb load and store instructions Most of these instructions only operate on the low registers R0-R7 so they can make use of t16_emulate_loregs_rwflags. The instructions which use SP or PC for addressing have their own simulation functions. Signed-off-by: Jon Medhurst Acked-by: Nicolas Pitre --- Reading git-diff-tree failed