sched: cleanup, remove calc_weighted()
remove obsolete code -- calc_weighted() Signed-off-by: Dmitry Adamushko <dmitry.adamushko@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
committed by
Ingo Molnar
parent
a4ec24b48d
commit
a03c9061d9
@@ -342,17 +342,6 @@ update_stats_wait_start(struct cfs_rq *cfs_rq, struct sched_entity *se)
|
|||||||
schedstat_set(se->wait_start, rq_of(cfs_rq)->clock);
|
schedstat_set(se->wait_start, rq_of(cfs_rq)->clock);
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline unsigned long
|
|
||||||
calc_weighted(unsigned long delta, struct sched_entity *se)
|
|
||||||
{
|
|
||||||
unsigned long weight = se->load.weight;
|
|
||||||
|
|
||||||
if (unlikely(weight != NICE_0_LOAD))
|
|
||||||
return (u64)delta * se->load.weight >> NICE_0_SHIFT;
|
|
||||||
else
|
|
||||||
return delta;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Task is being enqueued - update stats:
|
* Task is being enqueued - update stats:
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user