diff options
author | Ingo Molnar <mingo@elte.hu> | 2007-10-15 11:00:05 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2007-10-15 11:00:05 -0400 |
commit | 28a1f6fa2f7ecec7e5da28b03a24abbecbd2e864 (patch) | |
tree | 8129969f8a7ba69acf12f84cefcd1d633bd7ce7a /kernel/sched_fair.c | |
parent | 67e12eac328b276dca7e61640632ed996ff1a93a (diff) |
sched: remove SCHED_FEAT_SKIP_INITIAL
remove SCHED_FEAT_SKIP_INITIAL - it was off by default and even
when enabled it never made any real difference.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'kernel/sched_fair.c')
-rw-r--r-- | kernel/sched_fair.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/kernel/sched_fair.c b/kernel/sched_fair.c index cc447fbff51c..c8c6b0561391 100644 --- a/kernel/sched_fair.c +++ b/kernel/sched_fair.c | |||
@@ -1064,13 +1064,6 @@ static void task_new_fair(struct rq *rq, struct task_struct *p) | |||
1064 | place_entity(cfs_rq, se, 1); | 1064 | place_entity(cfs_rq, se, 1); |
1065 | 1065 | ||
1066 | /* | 1066 | /* |
1067 | * The first wait is dominated by the child-runs-first logic, | ||
1068 | * so do not credit it with that waiting time yet: | ||
1069 | */ | ||
1070 | if (sched_feat(SKIP_INITIAL)) | ||
1071 | se->wait_start_fair = 0; | ||
1072 | |||
1073 | /* | ||
1074 | * The statistical average of wait_runtime is about | 1067 | * The statistical average of wait_runtime is about |
1075 | * -granularity/2, so initialize the task with that: | 1068 | * -granularity/2, so initialize the task with that: |
1076 | */ | 1069 | */ |