From: T.J. Purtell Date: Wed, 6 Nov 2013 17:38:05 +0000 (+0100) Subject: ARM: 7880/1: Clear the IT state independent of the Thumb-2 mode X-Git-Tag: v3.13-rc1~103^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ecf830e5029598732e04067e325d946097519cb;p=pandora-kernel.git ARM: 7880/1: Clear the IT state independent of the Thumb-2 mode The ARM architecture reference specifies that the IT state bits in the PSR must be all zeros in ARM mode or behavior is unspecified. On the Qualcomm Snapdragon S4/Krait architecture CPUs the processor continues to consider the IT state bits while in ARM mode. This makes it so that some instructions are skipped by the CPU. Signed-off-by: T.J. Purtell [rmk+kernel@arm.linux.org.uk: fixed whitespace formatting in patch] Signed-off-by: Russell King --- Reading git-diff-tree failed