Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove x86 assembler rwlock code | Andi Kleen | 2014-06-13 | 5 | -1005/+0 |
| | | | | | | | | | | 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. | ||||
* | Move remaining nptl/sysdeps/unix/sysv/linux/i386/ files. | Roland McGrath | 2014-05-14 | 17 | -0/+4866 |