* Paul Gortmaker <[email protected]> wrote:
> Recent activity has had a focus on moving functionally related blocks of
> stuff
> out of sched/core.c into stand-alone files. The code relating to load
> average
> calculations has grown significantly enough recently to warrant placing it in
> a
> separate file.
>
> Here we do that, and in doing so, we shed ~20k of code from sched/core.c
> (~10%).
>
> A couple small static functions in the core sched.h header were also
> localized
> to their singular user in sched/fair.c at the same time, with the goal to
> also
> reduce the amount of "broadcast" content in that sched.h file.
Nice!
Peter, is this (and the naming of the new file) fine with you too?
Thanks,
Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/