sched, cpuset: customize sched domains, core
authorHidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Tue, 15 Apr 2008 05:04:23 +0000 (14:04 +0900)
committerIngo Molnar <mingo@elte.hu>
Sat, 19 Apr 2008 17:45:00 +0000 (19:45 +0200)
commit1d3504fcf5606579d60b649d19f44b3871c1ddae
tree001a1b57bd7f123fd51361d78d9277b2dcac1bf3
parent4d5f35533fb9b2cd553cec6611195bcbfb7ffd84
sched, cpuset: customize sched domains, core

[rebased for sched-devel/latest]

 - Add a new cpuset file, having levels:
     sched_relax_domain_level

 - Modify partition_sched_domains() and build_sched_domains()
   to take attributes parameter passed from cpuset.

 - Fill newidle_idx for node domains which currently unused but
   might be required if sched_relax_domain_level become higher.

 - We can change the default level by boot option 'relax_domain_level='.

Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-ia64/topology.h
include/asm-sh/topology.h
include/asm-x86/topology.h
include/linux/sched.h
kernel/cpuset.c
kernel/sched.c
kernel/sched_fair.c