Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362526
b: refs/heads/master
c: e614b33
h: refs/heads/master
v: v3
  • Loading branch information
Stanislaw Gruszka authored and Ingo Molnar committed Apr 8, 2013
1 parent e5ab3f5 commit ded6b27
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: fd9b86d37a600488dbd80fe60cca46b822bff1cd
refs/heads/master: e614b3332a4f3f264a26da28e5a1f4cc3aea3974
2 changes: 1 addition & 1 deletion trunk/kernel/sched/cputime.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ void thread_group_cputime(struct task_struct *tsk, struct task_cputime *times)

t = tsk;
do {
task_cputime(tsk, &utime, &stime);
task_cputime(t, &utime, &stime);
times->utime += utime;
times->stime += stime;
times->sum_exec_runtime += task_sched_runtime(t);
Expand Down

0 comments on commit ded6b27

Please sign in to comment.