[PATCH 3/5] cpusets: enable the dynamical domain flags

2012-07-17 Thread Michael Wang
From: Michael Wang We will record the domain flags for cpuset in update_domain_attr and use it to replace the static domain flags in set_domain_attribute. Signed-off-by: Michael Wang --- kernel/cpuset.c |7 +++ kernel/sched/core.c | 10 +- 2 files changed, 16

[PATCH 3/5] cpusets: enable the dynamical domain flags

2012-07-17 Thread Michael Wang
From: Michael Wang wang...@linux.vnet.ibm.com We will record the domain flags for cpuset in update_domain_attr and use it to replace the static domain flags in set_domain_attribute. Signed-off-by: Michael Wang wang...@linux.vnet.ibm.com --- kernel/cpuset.c |7 +++