From: Will Deacon Date: Fri, 24 Aug 2012 14:21:52 +0000 (+0100) Subject: ARM: 7502/1: contextidr: avoid using bfi instruction during notifier X-Git-Tag: v3.6-rc6~28^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae3790b8a916429be5fa61da95992929e6b34d64;p=pandora-kernel.git ARM: 7502/1: contextidr: avoid using bfi instruction during notifier The bfi instruction is not available on ARMv6, so instead use an and/orr sequence in the contextidr_notifier. This gets rid of the assembler error: Assembler messages: Error: selected processor does not support ARM mode `bfi r3,r2,#0,#8' Reported-by: Arnd Bergmann Signed-off-by: Will Deacon Signed-off-by: Russell King --- Reading git-diff-tree failed