Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121349
b: refs/heads/master
c: 826e08b
h: refs/heads/master
i:
  121347: e6bdf25
v: v3
  • Loading branch information
Ingo Molnar committed Dec 22, 2008
1 parent 88ebff1 commit db4d0a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 9c2c48020ec0dd6ecd27e5a1298f73b40d85a595
refs/heads/master: 826e08b0157c0ce8a80dfe3c0a6c5a1540dd0b1d
4 changes: 2 additions & 2 deletions trunk/fs/proc/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,8 @@ static int proc_pid_wchan(struct task_struct *task, char *buffer)
static int proc_pid_schedstat(struct task_struct *task, char *buffer)
{
return sprintf(buffer, "%llu %llu %lu\n",
task->se.sum_exec_runtime,
task->sched_info.run_delay,
(unsigned long long)task->se.sum_exec_runtime,
(unsigned long long)task->sched_info.run_delay,
task->sched_info.pcount);
}
#endif
Expand Down

0 comments on commit db4d0a2

Please sign in to comment.