Re: [PATCH 00/89] Major reorganization of <linux/sched.h>

From: Ingo Molnar
Date: Mon Feb 06 2017 - 08:40:06 EST



* Ingo Molnar <mingo@xxxxxxxxxx> wrote:

> sched/core: Clean up comments
> delayacct: Include <uapi/linux/taskstats.h>
> sched/rq_clock: Consolidate the ordering of the rq_clock methods
> sched/core: Remove unnecessary #include headers
> sched/topology: Split out scheduler topology code from core.c into topology.c
> sched/topology: Split out scheduler topology interfaces from <linux/sched.h> into <linux/sched/topology.h>

I forgot to mention that the first couple of patches also do a bit of splitting up
of kernel/sched/core.c, which got pretty large over the years as well - but
technically those changes are unrelated to the linux/sched.h splitup.

Thanks,

Ingo