projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fca254
)
sched: enable LB_BIAS by default
author
Peter Zijlstra
<
[email protected]
>
Wed, 20 Aug 2008 10:44:55 +0000
(12:44 +0200)
committer
Ingo Molnar
<
[email protected]
>
Thu, 21 Aug 2008 06:18:02 +0000
(08:18 +0200)
Yanmin reported a significant regression on his 16-core machine due to:
commit
93b75217df39e6d75889cc6f8050343286aff4a5
Author: Peter Zijlstra <
[email protected]
>
Date: Fri Jun 27 13:41:33 2008 +0200
Flip back to the old behaviour.
Reported-by: "Zhang, Yanmin" <
[email protected]
>
Signed-off-by: Peter Zijlstra <
[email protected]
>
Signed-off-by: Ingo Molnar <
[email protected]
>
kernel/sched_features.h
patch
|
blob
|
history
diff --git
a/kernel/sched_features.h
b/kernel/sched_features.h
index 862b06bd560aa58df2c95b0143b7331b8db113e7..9353ca78154e880c786376108d2ef1be4335cde4 100644
(file)
--- a/
kernel/sched_features.h
+++ b/
kernel/sched_features.h
@@
-8,6
+8,6
@@
SCHED_FEAT(SYNC_WAKEUPS, 1)
SCHED_FEAT(HRTICK, 1)
SCHED_FEAT(DOUBLE_TICK, 0)
SCHED_FEAT(ASYM_GRAN, 1)
-SCHED_FEAT(LB_BIAS,
0
)
+SCHED_FEAT(LB_BIAS,
1
)
SCHED_FEAT(LB_WAKEUP_UPDATE, 1)
SCHED_FEAT(ASYM_EFF_LOAD, 1)