git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a65914b
)
sched: cleanup: rename SCHED_FEAT_USE_TREE_AVG to SCHED_FEAT_TREE_AVG
author
Ingo Molnar
<mingo@elte.hu>
Mon, 15 Oct 2007 15:00:13 +0000
(17:00 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 15 Oct 2007 15:00:13 +0000
(17:00 +0200)
cleanup: rename SCHED_FEAT_USE_TREE_AVG to SCHED_FEAT_TREE_AVG, to
make SCHED_FEAT_ names more consistent.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c
patch
|
blob
|
history
kernel/sched_fair.c
patch
|
blob
|
history
diff --git
a/kernel/sched.c
b/kernel/sched.c
index
23da933
..
5bfe1df
100644
(file)
--- a/
kernel/sched.c
+++ b/
kernel/sched.c
@@
-440,14
+440,14
@@
static void update_rq_clock(struct rq *rq)
enum {
SCHED_FEAT_NEW_FAIR_SLEEPERS = 1,
SCHED_FEAT_START_DEBIT = 2,
- SCHED_FEAT_
USE_TREE_AVG
= 4,
+ SCHED_FEAT_
TREE_AVG
= 4,
SCHED_FEAT_APPROX_AVG = 8,
};
const_debug unsigned int sysctl_sched_features =
SCHED_FEAT_NEW_FAIR_SLEEPERS *1 |
SCHED_FEAT_START_DEBIT *1 |
- SCHED_FEAT_
USE_TREE_AVG
*0 |
+ SCHED_FEAT_
TREE_AVG
*0 |
SCHED_FEAT_APPROX_AVG *0;
#define sched_feat(x) (sysctl_sched_features & SCHED_FEAT_##x)
diff --cc
kernel/sched_fair.c
Simple merge