Move to do_on_cpu system call
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 24 Jul 2019 12:33:44 +0000 (13:33 +0100)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 25 Jul 2019 18:52:06 +0000 (14:52 -0400)
commitde28c2544cce4dffc9c5867d2f22ad9fe8fe7293
treee75696d4e66278c7b1e72ee3965ed423d8b5991e
parent510fdec0121c6fba973ca85a6cd0d3574bb0beb7
Move to do_on_cpu system call

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 files changed:
configure.ac
extra/README
extra/linux/cpu_opv.h [deleted file]
extra/linux/do_on_cpu.h [new file with mode: 0644]
include/Makefile.am
include/rseq/cpu-op.h
include/rseq/percpu-op.h
include/rseq/rseq-arm.h
include/rseq/rseq-arm64.h
include/rseq/rseq-mips.h
include/rseq/rseq-ppc.h
include/rseq/rseq-s390.h
include/rseq/rseq-skip.h
include/rseq/rseq-x86.h
src/Makefile.am
src/cpu-op.c
src/do-on-cpu-insn.h [new file with mode: 0644]
tests/Makefile.am
tests/basic_percpu_ops_test.c
This page took 0.025335 seconds and 4 git commands to generate.