sched.h: move pid helpers to pid.h
authorKent Overstreet <kent.overstreet@linux.dev>
Fri, 15 Dec 2023 22:49:24 +0000 (17:49 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Thu, 21 Dec 2023 00:26:31 +0000 (19:26 -0500)
commitf551103cb964e9e6f5c03b3b8723424723731e76
tree13865fc2fb6699c4a3763e16c10903b3610c0c36
parent6d5e9d63683042a8d344cd5d6f9cf23613864a29
sched.h: move pid helpers to pid.h

This is needed for killing the sched.h dependency on rcupdate.h, and
pid.h is a better place for this code anyways.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
arch/x86/um/sysrq_64.c
drivers/gpu/drm/lima/lima_ctx.c
drivers/irqchip/irq-gic-v4.c
include/linux/pid.h
include/linux/sched.h
include/linux/sched/signal.h
ipc/util.h
kernel/async.c
kernel/locking/spinlock_debug.c