commit | 00b73d8d1b7131da03aec73011a7286f566fe87f | [log] [tgz] |
---|---|---|
author | Rich Felker <dalias@libc.org> | Mon Apr 25 21:58:03 2016 +0000 |
committer | Rich Felker <dalias@libc.org> | Fri Aug 05 03:29:36 2016 +0000 |
tree | 5a557b49eeaa1717bba015c730c5a56e8d084985 | |
parent | 2b47d54ed41c33baf5825185168b493317c5572f [diff] |
sh: add working futex atomic ops on userspace addresses for smp 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>