lkml.org 
[lkml]   [2004]   [Jul]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [PATCH] Isolated sched domains for 2.6.8-rc2-mm1
Dimitri Sivanich <sivanich@sgi.com> wrote:
>
> Here's a version of the isolated scheduler domain code that I mentioned in an
> RFC on 7/22. This patch applies on top of 2.6.8-rc2-mm1 (to include all of
> the new arch_init_sched_domain code). This patch also contains the 2 line
> fix to remove the check of first_cpu(sd->groups->cpumask)) that Jesse
> sent in earlier.
>
> Note that this has not been tested with CONFIG_SCHED_SMT. I hope that
> my handling of those instances is OK.

It wasn't even compile-tested :(

diff -puN kernel/sched.c~sched-isolated-sched-domains-fix kernel/sched.c
--- 25/kernel/sched.c~sched-isolated-sched-domains-fix 2004-07-31 18:00:24.258057576 -0700
+++ 25-akpm/kernel/sched.c 2004-07-31 18:00:45.420840344 -0700
@@ -3861,7 +3861,7 @@ __init static void arch_init_sched_domai
if (i != first_cpu(this_sibling_map))
continue;

- init_sched_build_groups(sched_group_cpus, this_sibling_mask,
+ init_sched_build_groups(sched_group_cpus, this_sibling_map,
&cpu_to_cpu_group);
}
#endif
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:04    [W:0.031 / U:0.668 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site