]> Git Repo - linux.git/commit
[PATCH] sched: add option to serialize load balancing
authorChristoph Lameter <[email protected]>
Sun, 10 Dec 2006 10:20:29 +0000 (02:20 -0800)
committerLinus Torvalds <[email protected]>
Sun, 10 Dec 2006 17:55:43 +0000 (09:55 -0800)
commit08c183f31bdbb709f177f6d3110d5f288ea33933
treebe7b84c07f3b0bf29473bad2b7b788fa189f948e
parent1bd77f2da58e9cdd1f159217887343dadd9af417
[PATCH] sched: add option to serialize load balancing

Large sched domains can be very expensive to scan.  Add an option SD_SERIALIZE
to the sched domain flags.  If that flag is set then we make sure that no
other such domain is being balanced.

[[email protected]: build fix]
Signed-off-by: Christoph Lameter <[email protected]>
Cc: Peter Williams <[email protected]>
Cc: Nick Piggin <[email protected]>
Cc: Christoph Lameter <[email protected]>
Cc: "Siddha, Suresh B" <[email protected]>
Cc: "Chen, Kenneth W" <[email protected]>
Acked-by: Ingo Molnar <[email protected]>
Cc: KAMEZAWA Hiroyuki <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/asm-i386/topology.h
include/asm-ia64/topology.h
include/asm-powerpc/topology.h
include/asm-x86_64/topology.h
include/linux/sched.h
include/linux/topology.h
kernel/sched.c
This page took 0.051998 seconds and 4 git commands to generate.