]> git.itanic.dy.fi Git - linux-stable/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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Apr 2014 13:47:22 +0000 (06:47 -0700)
commit12ce0d10f491b4a377333398d5938aaf19e0d647
treeca11762f62bfca564faf44c0941072b6fdb6c241
parente75c66297379f26c0a2c112b9c8d302ef0dd0e96
futex: Allow architectures to skip futex_atomic_cmpxchg_inatomic() test

commit 03b8c7b623c80af264c4c8d6111e5c6289933666 upstream.

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>
[geert: Backported to v3.10..v3.13]
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/s390/Kconfig
include/linux/futex.h
init/Kconfig
kernel/futex.c