summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/Makefile
diff options
context:
space:
mode:
authorJon Medhurst2011-03-26 20:19:07 +0100
committerTixy2011-07-13 19:32:40 +0200
commit592201a9f154cdd5db59304d1369e94d8b551803 (patch)
treee177ebb35bab0d1bfa2608335b4cd6d51bc3ecfb /arch/arm/kernel/Makefile
parentARM: Thumb-2: Fix exception return sequence to restore stack correctly (diff)
downloadkernel-qcow2-linux-592201a9f154cdd5db59304d1369e94d8b551803.tar.gz
kernel-qcow2-linux-592201a9f154cdd5db59304d1369e94d8b551803.tar.xz
kernel-qcow2-linux-592201a9f154cdd5db59304d1369e94d8b551803.zip
ARM: Thumb-2: Support Thumb-2 in undefined instruction handler
This patch allows undef_hook's to be specified for 32-bit Thumb instructions and also to be used for thumb kernel-side code. 32-bit Thumb instructions are specified in the form: ((first_half << 16 ) | second_half) which matches the layout used by the ARM ARM. ptrace was handling 32-bit Thumb instructions by hooking the first halfword and manually checking the second half. This method would be broken by this patch so it is migrated to make use of the new Thumb-2 support. Signed-off-by: Jon Medhurst <tixy@yxit.co.uk> Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Diffstat (limited to 'arch/arm/kernel/Makefile')
0 files changed, 0 insertions, 0 deletions