diff options
| author | Nick Piggin <nickpiggin@yahoo.com.au> | 2004-10-18 09:09:10 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-10-18 09:09:10 -0700 |
| commit | c8a5254120a0a1a304f49db7dced0a00168e4753 (patch) | |
| tree | 6a39af04262b4cfccceec95260f49b912c55353e /include | |
| parent | bfbcbef1125ed2e2f2ea7674eb30231c9039c75f (diff) | |
[PATCH] sched: sched add load balance flag
Introduce SD_LOAD_BALANCE flag for domains where we don't want to do load
balancing (so we don't have to set up meaningless spans and groups). Use this
for the initial dummy domain, and just leave isolated CPUs on the dummy
domain.
Signed-off-by: Nick Piggin <nickpiggin@yahoo.com.au>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-ia64/processor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-ia64/processor.h b/include/asm-ia64/processor.h index 9e1b61be5c3b..7e0d3322c1fc 100644 --- a/include/asm-ia64/processor.h +++ b/include/asm-ia64/processor.h @@ -346,7 +346,8 @@ struct task_struct; .cache_hot_time = (10*1000000), \ .cache_nice_tries = 1, \ .per_cpu_gain = 100, \ - .flags = SD_BALANCE_EXEC \ + .flags = SD_LOAD_BALANCE \ + | SD_BALANCE_EXEC \ | SD_WAKE_BALANCE, \ .last_balance = jiffies, \ .balance_interval = 10, \ |
