]> git.baikalelectronics.ru Git - kernel.git/commit
futex: Allow architectures to skip futex_atomic_cmpxchg_inatomic() test
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Sun, 2 Mar 2014 12:09:47 +0000 (13:09 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 3 Mar 2014 10:32:08 +0000 (11:32 +0100)
commit751edbec2d0099b63582a633c1bb91a6143f9670
tree7fa99fe8a333d567987e563dfa4ff1cf6ee03f04
parent56e677c36aecc716343272357c1790da9c1c13ff
futex: Allow architectures to skip futex_atomic_cmpxchg_inatomic() test

If an architecture has futex_atomic_cmpxchg_inatomic() implemented and there
is no runtime check necessary, allow to skip the test within futex_init().

This allows to get rid of some code which would always give the same result,
and also allows the compiler to optimize a couple of if statements away.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Finn Thain <fthain@telegraphics.com.au>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Link: http://lkml.kernel.org/r/20140302120947.GA3641@osiris
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/s390/Kconfig
include/linux/futex.h
init/Kconfig
kernel/futex.c