| // SPDX-License-Identifier: GPL-2.0-only |
| * These are the scheduling policy related scheduler files, built |
| * in a single compilation unit for build efficiency reasons. |
| * ( Incidentally, the size of the compilation unit is roughly |
| * comparable to core.c and fair.c, the other two big |
| * compilation units. This helps balance build time, while |
| * coalescing source files to amortize header inclusion |
| * core.c and fair.c are built separately. |
| #include <linux/sched/clock.h> |
| #include <linux/sched/cputime.h> |
| #include <linux/sched/hotplug.h> |
| #include <linux/sched/posix-timers.h> |
| #include <linux/sched/rt.h> |
| #include <linux/cpuidle.h> |
| #include <linux/jiffies.h> |
| #include <linux/livepatch.h> |
| #include <linux/seqlock_api.h> |
| #include <linux/suspend.h> |
| #include <linux/tsacct_kern.h> |
| #include <uapi/linux/sched/types.h> |
| /* Source code modules: */ |
| # include "cpudeadline.c" |