summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-12-15 15:58:20 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2023-12-27 11:49:56 -0500
commit932562a6045ed613d45bd100db37114273c22077 (patch)
tree7dfbfd9703e162908f2a211c556fac48ab61bbe1 /kernel/fork.c
parentc968b99f868dd82ebcafec9788ce18334da177b6 (diff)
downloadlinux-932562a6045ed613d45bd100db37114273c22077.tar.gz
linux-932562a6045ed613d45bd100db37114273c22077.tar.bz2
linux-932562a6045ed613d45bd100db37114273c22077.zip
rseq: Split out rseq.h from sched.h
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>
Diffstat (limited to 'kernel/fork.c')
-rw-r--r--kernel/fork.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/fork.c b/kernel/fork.c
index 319e61297bfb..53816393995b 100644
--- a/kernel/fork.c
+++ b/kernel/fork.c
@@ -100,6 +100,7 @@
#include <linux/stackprotector.h>
#include <linux/user_events.h>
#include <linux/iommu.h>
+#include <linux/rseq.h>
#include <asm/pgalloc.h>
#include <linux/uaccess.h>