commit | 25cc7da7e6336d3bb6a5bad3d3fa96fce9a81d5b | [log] [tgz] |
---|---|---|
author | Li Zefan <lizefan@huawei.com> | Tue Mar 05 16:07:33 2013 +0800 |
committer | Ingo Molnar <mingo@kernel.org> | Wed Mar 06 11:24:34 2013 +0100 |
tree | f039848c9d9ef5a3baf50b3a40eaa867b013e40f | |
parent | 15f803c94bd92b17708aad9e74226fd0b2c9130c [diff] |
sched: Move group scheduling functions out of include/linux/sched.h - Make sched_group_{set_,}runtime(), sched_group_{set_,}period() and sched_rt_can_attach() static. - Move sched_{create,destroy,online,offline}_group() to kernel/sched/sched.h. - Remove declaration of sched_group_shares(). Signed-off-by: Li Zefan <lizefan@huawei.com> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/5135A7C5.3000708@huawei.com Signed-off-by: Ingo Molnar <mingo@kernel.org>