X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fproc%2Fbase.c;h=e5d0953d4db17f0b81f8f588a02b36887ff4ef5c;hb=2d72376b3af1e7d4d4515ebfd0f4383f2e92c343;hp=19489b0d5554860e28a1b7e6aeefc5d23fa0d992;hpb=5ea473a1dfeca2ee38c5dd458c1174d129e6b64e;p=mv-sheeva.git diff --git a/fs/proc/base.c b/fs/proc/base.c index 19489b0d555..e5d0953d4db 100644 --- a/fs/proc/base.c +++ b/fs/proc/base.c @@ -304,7 +304,7 @@ static int proc_pid_schedstat(struct task_struct *task, char *buffer) return sprintf(buffer, "%llu %llu %lu\n", task->sched_info.cpu_time, task->sched_info.run_delay, - task->sched_info.pcnt); + task->sched_info.pcount); } #endif