From 7e53e738d6e1a1667bd6b055b4a28ed6c5a0c98a Mon Sep 17 00:00:00 2001 From: Paul Jackson Date: Thu, 25 Aug 2005 12:47:50 -0700 Subject: [PATCH] --- yaml --- r: 6012 b: refs/heads/master c: ca2f3daf779f5e89d14e9783fcfd7920842df9e9 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/kernel/cpuset.c | 19 ------------------- 2 files changed, 1 insertion(+), 20 deletions(-) diff --git a/[refs] b/[refs] index eb7dded8ff43..147e452192fd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 13142341ac867bb67e88204cbfcb8d90f9a861b7 +refs/heads/master: ca2f3daf779f5e89d14e9783fcfd7920842df9e9 diff --git a/trunk/kernel/cpuset.c b/trunk/kernel/cpuset.c index d7f4d0c95737..21a4e3b2cbda 100644 --- a/trunk/kernel/cpuset.c +++ b/trunk/kernel/cpuset.c @@ -635,25 +635,6 @@ static void update_cpu_domains(struct cpuset *cur) if (par == NULL || cpus_empty(cur->cpus_allowed)) return; - /* - * Hack to avoid 2.6.13 partial node dynamic sched domain bug. - * Require the 'cpu_exclusive' cpuset to include all (or none) - * of the CPUs on each node, or return w/o changing sched domains. - * Remove this hack when dynamic sched domains fixed. - */ - { - int i, j; - - for_each_cpu_mask(i, cur->cpus_allowed) { - cpumask_t mask = node_to_cpumask(cpu_to_node(i)); - - for_each_cpu_mask(j, mask) { - if (!cpu_isset(j, cur->cpus_allowed)) - return; - } - } - } - /* * Get all cpus from parent's cpus_allowed not part of exclusive * children