commit | 4d5f35533fb9b2cd553cec6611195bcbfb7ffd84 | [log] [tgz] |
---|---|---|
author | Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> | Tue Apr 15 14:03:17 2008 +0900 |
committer | Ingo Molnar <mingo@elte.hu> | Sat Apr 19 19:45:00 2008 +0200 |
tree | 9b705cea38a00fe6c3eda29960b957f1b77e50ff | |
parent | b758149c02638146a835f42097dd1950a6cae638 [diff] |
sched, cpuset: customize sched domains, docs This patch introduces new feature of cpuset - sched domain customization. This version provides a per-cpuset file 'sched_relax_domain_level' that enable us to change the searching range of scheduler, which used to limit how many cpus the scheduler searches at some schedule events, such as wakening task and running out of runqueue. Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>