Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69125
b: refs/heads/master
c: e5f32a3
h: refs/heads/master
i:
  69123: 9a8b62c
v: v3
  • Loading branch information
Ingo Molnar committed Oct 15, 2007
1 parent 2ed93c0 commit 2311d11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 91c234b4e3419c786cac2d5b7a7b96443e512e3a
refs/heads/master: e5f32a3856caabe745381279f7f32e3b581b59dc
11 changes: 0 additions & 11 deletions trunk/kernel/sched_fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -379,15 +379,6 @@ update_stats_curr_start(struct cfs_rq *cfs_rq, struct sched_entity *se)
se->exec_start = rq_of(cfs_rq)->clock;
}

/*
* We are descheduling a task - update its stats:
*/
static inline void
update_stats_curr_end(struct cfs_rq *cfs_rq, struct sched_entity *se)
{
se->exec_start = 0;
}

/**************************************************
* Scheduling class queueing methods:
*/
Expand Down Expand Up @@ -609,8 +600,6 @@ static void put_prev_entity(struct cfs_rq *cfs_rq, struct sched_entity *prev)
if (prev->on_rq)
update_curr(cfs_rq);

update_stats_curr_end(cfs_rq, prev);

check_spread(cfs_rq, prev);
if (prev->on_rq) {
update_stats_wait_start(cfs_rq, prev);
Expand Down

0 comments on commit 2311d11

Please sign in to comment.