Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-13 | Remove x86 assembler rwlock code | Andi Kleen | |
With the recent tuning the C version of rwlocks is basically the same performance as the x86 assembler version for uncontended locks (with a a few cycles near the run-to-run variability). For others it should not matter anyways. So remove the assembler code and use the C version like other architectures. | |||
2014-05-14 | Move remaining nptl/sysdeps/unix/sysv/linux/x86_64/ files. | Roland McGrath | |