kernel_optimize_test/arch/arm64
Catalin Marinas 420c158dcf 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 <catalin.marinas@arm.com>
2013-05-08 10:33:17 +01:00
..
boot arm64: dts: fix #address-cells for foundation-v8 2013-05-08 10:23:01 +01:00
configs arm64: vexpress: Enable ARMv8 RTSM model (SoC) support 2013-04-26 14:44:05 +01:00
include arm64: vexpress: Add support for poweroff/restart 2013-05-08 10:23:00 +01:00
kernel arm64: vexpress: Add support for poweroff/restart 2013-05-08 10:23:00 +01:00
lib arm64: Treat the bitops index argument as an 'int' 2013-05-08 10:33:17 +01:00
mm arm64: Ignore the 'write' ESR flag on cache maintenance faults 2013-05-08 10:33:16 +01:00
Kconfig arm64: vexpress: Add support for poweroff/restart 2013-05-08 10:23:00 +01:00
Kconfig.debug
Makefile