From: Catalin Marinas Date: Tue, 26 Jan 2010 18:09:48 +0000 (+0100) Subject: ARM: 5904/1: ARM: Always generate the IT instruction when compiling for Thumb-2 X-Git-Tag: v2.6.33-rc7~10^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c540b9ff0f8679ba924fac072aeb7d63fa473190;p=pandora-kernel.git ARM: 5904/1: ARM: Always generate the IT instruction when compiling for Thumb-2 Current behaviour is to generate the IT instruction only for Thumb-2 code. However, the kernel helpers in entry-armv.S are compiled to ARM in a unified syntax file (if THUMB2_KERNEL). Recent compilers warn about missing IT instruction in unified assembly syntax files. The patch changes the "-mimplicit-it" gas option to "always". Signed-off-by: Catalin Marinas Signed-off-by: Russell King --- Reading git-diff-tree failed