Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63741
b: refs/heads/master
c: f1a438d
h: refs/heads/master
i:
  63739: 10b95d4
v: v3
  • Loading branch information
Ingo Molnar committed Aug 9, 2007
1 parent 6870b1e commit 706f968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 0915c4e89d311948b67cdd4c183a2efbcafcc9f9
refs/heads/master: f1a438d813d416fa9f4be4e6dbd10b54c5938d89
2 changes: 1 addition & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -3298,9 +3298,9 @@ void scheduler_tick(void)
struct task_struct *curr = rq->curr;

spin_lock(&rq->lock);
update_cpu_load(rq);
if (curr != rq->idle) /* FIXME: needed? */
curr->sched_class->task_tick(rq, curr);
update_cpu_load(rq);
spin_unlock(&rq->lock);

#ifdef CONFIG_SMP
Expand Down

0 comments on commit 706f968

Please sign in to comment.