summaryrefslogtreecommitdiffstats
path: root/include/linux/rseq.h
Commit message (Collapse)AuthorAgeFilesLines
* rseq: Split out rseq.h from sched.hKent Overstreet2023-12-271-0/+131
We're trying to get sched.h down to more or less just types only, not code - rseq can live in its own header. This helps us kill the dependency on preempt.h in sched.h. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>