From: Rabin Vincent Date: Sat, 18 Feb 2012 16:47:03 +0000 (+0100) Subject: ARM: 7330/1: ftrace: use canonical Thumb-2 wide instruction format X-Git-Tag: v3.4-rc1~36^2~1^3~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4394e2824c8d97d81a336edb469b13c8806604e4;p=pandora-kernel.git ARM: 7330/1: ftrace: use canonical Thumb-2 wide instruction format As commit 592201a9f15 (ARM: Thumb-2: Support Thumb-2 in undefined instruction handler) says: 32-bit Thumb instructions are specified in the form: ((first_half << 16 ) | second_half) which matches the layout used by the ARM ARM. Convert the ftrace code to use the same format to avoid the usage of different formats in kernel code. Acked-by: Dave Martin Signed-off-by: Rabin Vincent Signed-off-by: Russell King --- Reading git-diff-tree failed