Restartable sequences: Wire up powerpc system call
authorBoqun Feng <boqun.feng@gmail.com>
Wed, 27 Jul 2016 15:05:16 +0000 (23:05 +0800)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 19 Aug 2016 19:33:14 +0000 (15:33 -0400)
Wire up the rseq system call on powerpc.

This provides an ABI improving the speed of a user-space getcpu
operation on powerpc by skipping the getcpu system call on the fast
path, as well as improving the speed of user-space operations on per-cpu
data compared to using load-reservation/store-conditional atomics.

Signed-off-by: Boqun Feng <boqun.feng@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

No differences found
This page took 0.023941 seconds and 5 git commands to generate.