summaryrefslogtreecommitdiff
path: root/fs/proc/array.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/proc/array.c')
-rw-r--r--fs/proc/array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/array.c b/fs/proc/array.c
index 8001f3faed1b..0084e27fe7a8 100644
--- a/fs/proc/array.c
+++ b/fs/proc/array.c
@@ -386,7 +386,7 @@ int proc_pid_stat(struct task_struct *task, char * buffer)
task->nswap,
task->cnswap,
task->exit_signal,
- task->thread_info->cpu,
+ task_cpu(task),
task->rt_priority,
task->policy);
if(mm)