From: David S. Miller Date: Wed, 14 Dec 2011 18:05:22 +0000 (-0800) Subject: sparc32: Be less strict in matching %lo part of relocation. X-Git-Tag: v3.2-rc6~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1f44e13a525d2ffb7d5afe2273b7169d6f2222e;p=pandora-kernel.git sparc32: Be less strict in matching %lo part of relocation. The "(insn & 0x01800000) != 0x01800000" test matches 'restore' but that is a legitimate place to see the %lo() part of a 32-bit symbol relocation, particularly in tail calls. Signed-off-by: David S. Miller Tested-by: Sergei Trofimovich --- Reading git-diff-tree failed