]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/proc/base.c
sched: update delay-accounting to use CFS's precise stats
[mirror_ubuntu-zesty-kernel.git] / fs / proc / base.c
index a5fa1fdafc4e6df68df2cc87626f0d8d85bd95a6..0f40e820c7fd780062f3d585f82221e8db43b294 100644 (file)
@@ -296,7 +296,7 @@ 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, "%lu %lu %lu\n",
+       return sprintf(buffer, "%llu %llu %lu\n",
                        task->sched_info.cpu_time,
                        task->sched_info.run_delay,
                        task->sched_info.pcnt);