From: Dave Martin Date: Tue, 8 Feb 2011 11:09:52 +0000 (+0100) Subject: ARM: 6653/1: bitops: Use BX instead of MOV PC,LR X-Git-Tag: v2.6.39-rc1~463^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ba6e69ad887f8a814267ed36fd4bfbddf8855a9;p=pandora-kernel.git ARM: 6653/1: bitops: Use BX instead of MOV PC,LR The kernel doesn't officially need to interwork, but using BX wherever appropriate will help educate people into good assembler coding habits. BX is appropriate here because this code is predicated on __LINUX_ARM_ARCH__ >= 6 Signed-off-by: Dave Martin Acked-by: Nicolas Pitre Signed-off-by: Russell King --- Reading git-diff-tree failed