From 28a1f6fa2f7ecec7e5da28b03a24abbecbd2e864 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Mon, 15 Oct 2007 17:00:05 +0200 Subject: 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 Reviewed-by: Thomas Gleixner --- kernel/sched_fair.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'kernel/sched_fair.c') 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 @@ -1063,13 +1063,6 @@ static void task_new_fair(struct rq *rq, struct task_struct *p) update_curr(cfs_rq); place_entity(cfs_rq, se, 1); - /* - * The first wait is dominated by the child-runs-first logic, - * so do not credit it with that waiting time yet: - */ - if (sched_feat(SKIP_INITIAL)) - se->wait_start_fair = 0; - /* * The statistical average of wait_runtime is about * -granularity/2, so initialize the task with that: -- cgit v1.2.3