Remove RSEQ_SKIP_FASTPATH code
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 25 Apr 2023 15:18:11 +0000 (11:18 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 25 Apr 2023 22:38:08 +0000 (18:38 -0400)
commita98ab60c76a0441985e1e802bb2f144d54f797df
treec8fb782d658073f319f1d62ff6d5bc498a4caaf4
parentdf014a666f899748124822fded3540054cd311e2
Remove RSEQ_SKIP_FASTPATH code

This code is not currently build by the test Makefile, adds complexity,
and is not overall useful considering that the abort handling loops to
retry the fast-path.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I2bf5ead4c0314bb0f28de63d9e6b2a2943c59aa2
include/Makefile.am
include/rseq/rseq-arm.h
include/rseq/rseq-arm64.h
include/rseq/rseq-mips.h
include/rseq/rseq-ppc.h
include/rseq/rseq-riscv.h
include/rseq/rseq-s390.h
include/rseq/rseq-skip.h [deleted file]
include/rseq/rseq-x86.h
tests/param_test.c
This page took 0.034371 seconds and 4 git commands to generate.