projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6959b1d
)
ROCKCHIP: sched: enable the feature ENERGY_AWARE
author
Chen Liang
<cl@rock-chips.com>
Wed, 8 Jun 2016 06:33:47 +0000
(14:33 +0800)
committer
Huang, Tao
<huangtao@rock-chips.com>
Wed, 8 Jun 2016 06:46:11 +0000
(14:46 +0800)
Change-Id: I158dbd95f884d685966db6f1c1d8a1e420a040c3
Signed-off-by: Chen Liang <cl@rock-chips.com>
kernel/sched/features.h
patch
|
blob
|
history
diff --git
a/kernel/sched/features.h
b/kernel/sched/features.h
index b634151ce286851a4802a8e3316222f9efa1d62a..9ca672ea71699a409f49fe1dbfebac8b62594286 100644
(file)
--- a/
kernel/sched/features.h
+++ b/
kernel/sched/features.h
@@
-73,4
+73,4
@@
SCHED_FEAT(ATTACH_AGE_LOAD, true)
* Energy aware scheduling. Use platform energy model to guide scheduling
* decisions optimizing for energy efficiency.
*/
-SCHED_FEAT(ENERGY_AWARE,
fals
e)
+SCHED_FEAT(ENERGY_AWARE,
tru
e)