aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/topology.h
diff options
context:
space:
mode:
authorPeter Zijlstra <a.p.zijlstra@chello.nl>2009-09-07 12:32:32 -0400
committerIngo Molnar <mingo@elte.hu>2009-09-07 16:00:17 -0400
commita8fae3ec5f118dc92517dcbed3ecf69ddb641d0f (patch)
treee01715204f2a6da7277cb4d397449df9fcf0ea6b /arch/x86/include/asm/topology.h
parent71a29aa7b600595d0ef373ea605ac656876d1f2f (diff)
sched: enable SD_WAKE_IDLE
Now that SD_WAKE_IDLE doesn't make pipe-test suck anymore, enable it by default for MC, CPU and NUMA domains. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> LKML-Reference: <new-submission> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/topology.h')
-rw-r--r--arch/x86/include/asm/topology.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/topology.h b/arch/x86/include/asm/topology.h
index ef7bc7fc2528..26d06e052a18 100644
--- a/arch/x86/include/asm/topology.h
+++ b/arch/x86/include/asm/topology.h
@@ -152,7 +152,7 @@ extern unsigned long node_remap_size[];
152 | 0*SD_POWERSAVINGS_BALANCE \ 152 | 0*SD_POWERSAVINGS_BALANCE \
153 | 0*SD_SHARE_PKG_RESOURCES \ 153 | 0*SD_SHARE_PKG_RESOURCES \
154 | 1*SD_SERIALIZE \ 154 | 1*SD_SERIALIZE \
155 | 0*SD_WAKE_IDLE_FAR \ 155 | 1*SD_WAKE_IDLE_FAR \
156 | 0*SD_PREFER_SIBLING \ 156 | 0*SD_PREFER_SIBLING \
157 , \ 157 , \
158 .last_balance = jiffies, \ 158 .last_balance = jiffies, \