Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add sched_getcpu vDSO support | Nathan Zadoks | 2016-03-02 | 1 | -0/+31 |
| | | | | | This brings the call to an actually usable speed. Quick unscientific benchmark: 14ns : 102ns :: vDSO : syscall | ||||
* | add sched_getcpu | Nathan Zadoks | 2016-03-02 | 1 | -0/+13 |
This is a GNU extension, but a fairly minor one, for a system call that otherwise has no libc wrapper. |