lkml.org 
[lkml]   [2004]   [Jul]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] - Initialize sched domain table
Jack Steiner wrote:
> Here is a trivial patch that is required to boot the latest 2.6.7 tree
> on the SGI 512p system.
>
> Initial the busy_factor in the sched_domain_init table.
> Otherwise, booting hangs doing excessive load balance
> operations.
>
> Signed-off-by: Jack Steiner <steiner@sgi.com>
>

Thanks. Andrew please apply.

>
>
> Index: linux/kernel/sched.c
> ===================================================================
> --- linux.orig/kernel/sched.c
> +++ linux/kernel/sched.c
> @@ -3922,6 +3922,7 @@ void __init sched_init(void)
> sched_domain_init.groups = &sched_group_init;
> sched_domain_init.last_balance = jiffies;
> sched_domain_init.balance_interval = INT_MAX; /* Don't balance */
> + sched_domain_init.busy_factor = 1;
>
> memset(&sched_group_init, 0, sizeof(struct sched_group));
> sched_group_init.cpumask = CPU_MASK_ALL;

-
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.046 / U:0.064 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site