aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/futex-cas.h
Commit message (Collapse)AuthorAge
* sh: add working futex atomic ops on userspace addresses for smpRich Felker2016-08-04
The version of futex.h in asm-generic should really be adapted to do the same thing so that this hideous code does not have to be duplicated per-arch. Signed-off-by: Rich Felker <dalias@libc.org>