From: Catalin Marinas Date: Tue, 7 May 2013 17:02:58 +0000 (+0100) Subject: arm64: Treat the bitops index argument as an 'int' X-Git-Tag: v3.10-rc1~44^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=420c158dcf96ee3a5758c9bf1586b163584c75c7;p=pandora-kernel.git arm64: Treat the bitops index argument as an 'int' The bitops prototype use an 'int' as the bit index type but the asm implementation assume it to be a 'long'. Since the compiler does not guarantee zeroing the upper 32-bits in a register when used as 'int', change the bitops implementation accordingly. Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed