linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] small load balance fix
@ 2004-10-20 19:23 Jesse Barnes
  2004-10-21  7:33 ` Ingo Molnar
  0 siblings, 1 reply; 2+ messages in thread
From: Jesse Barnes @ 2004-10-20 19:23 UTC (permalink / raw)
  To: Nick Piggin, akpm, linux-kernel; +Cc: hawkes

[-- Attachment #1: Type: text/plain, Size: 257 bytes --]

Small bug fix for domains that don't load balance (like those that only 
balance on exec for example).

Signed-off-by: John Hawkes <hawkes@sgi.com>
Signed-off-by: Jesse Barnes <jbarnes@sgi.com>
Acked-by: Nick Piggin <nickpiggin@yahoo.com.au>

Thanks,
Jesse

[-- Attachment #2: sched-load-balance-fix.patch --]
[-- Type: text/plain, Size: 470 bytes --]

===== kernel/sched.c 1.367 vs edited =====
--- 1.367/kernel/sched.c	2004-10-18 22:26:52 -07:00
+++ edited/kernel/sched.c	2004-10-19 14:18:06 -07:00
@@ -4378,11 +4378,10 @@
 			printk("domain %d: ", level);
 
 			if (!(sd->flags & SD_LOAD_BALANCE)) {
-				printk("does not balance");
+				printk("does not load-balance");
 				if (sd->parent)
 					printk(" ERROR !SD_LOAD_BALANCE domain has parent");
 				printk("\n");
-				break;
 			}
 
 			printk("span %s\n", str);

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] small load balance fix
  2004-10-20 19:23 [PATCH] small load balance fix Jesse Barnes
@ 2004-10-21  7:33 ` Ingo Molnar
  0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2004-10-21  7:33 UTC (permalink / raw)
  To: Jesse Barnes; +Cc: Nick Piggin, akpm, linux-kernel, hawkes


* Jesse Barnes <jbarnes@engr.sgi.com> wrote:

> Small bug fix for domains that don't load balance (like those that only 
> balance on exec for example).
> 
> Signed-off-by: John Hawkes <hawkes@sgi.com>
> Signed-off-by: Jesse Barnes <jbarnes@sgi.com>
> Acked-by: Nick Piggin <nickpiggin@yahoo.com.au>

Acked-by: Ingo Molnar <mingo@elte.hu>

	Ingo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-10-21  7:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-20 19:23 [PATCH] small load balance fix Jesse Barnes
2004-10-21  7:33 ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).