From: Catalin Marinas Date: Mon, 12 Oct 2009 16:31:20 +0000 (+0100) Subject: ARM: 5757/1: Thumb-2: Correct "mov.w pc, lr" instruction which is unpredictable X-Git-Tag: v2.6.32-rc6~54^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a771fe6e4e3e58f2056823ef9c30a554ec48f453;p=pandora-kernel.git ARM: 5757/1: Thumb-2: Correct "mov.w pc, lr" instruction which is unpredictable The 32-bit wide variant of "mov pc, reg" in Thumb-2 is unpredictable causing improper handling of the undefined instructions not caught by the kernel. This patch adds a movw_pc macro for such situations (currently only used in call_fpe). Signed-off-by: Catalin Marinas Signed-off-by: Russell King --- Reading git-diff-tree failed