-
由 Catalin Marinas 提交于
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: NCatalin Marinas <catalin.marinas@arm.com>
420c158d