aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/topology.h
diff options
context:
space:
mode:
authorPeter Zijlstra <a.p.zijlstra@chello.nl>2009-09-15 15:22:03 +0200
committerIngo Molnar <mingo@elte.hu>2009-09-15 16:51:23 +0200
commitb8a543ea5a5896830a9969bacfd047f9d15940b2 (patch)
tree45bae76596f2a51f3cc79d55c9c4e0da064a7a2c /arch/sh/include/asm/topology.h
parentsched: Improve latencies and throughput (diff)
downloadlinux-dev-b8a543ea5a5896830a9969bacfd047f9d15940b2.tar.xz
linux-dev-b8a543ea5a5896830a9969bacfd047f9d15940b2.zip
sched: Reduce forkexec_idx
If we're looking to place a new task, we might as well find the idlest position _now_, not 1 tick ago. 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/sh/include/asm/topology.h')
-rw-r--r--arch/sh/include/asm/topology.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/include/asm/topology.h b/arch/sh/include/asm/topology.h
index c8436771e31d..a8cc564b703d 100644
--- a/arch/sh/include/asm/topology.h
+++ b/arch/sh/include/asm/topology.h
@@ -17,7 +17,7 @@
.idle_idx = 2, \
.newidle_idx = 0, \
.wake_idx = 0, \
- .forkexec_idx = 1, \
+ .forkexec_idx = 0, \
.flags = SD_LOAD_BALANCE \
| SD_BALANCE_FORK \
| SD_BALANCE_EXEC \