aboutsummaryrefslogtreecommitdiffstats
path: root/mm/oom_kill.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/oom_kill.c')
-rw-r--r--mm/oom_kill.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/oom_kill.c b/mm/oom_kill.c
index ef4ed4ae6f6..907e2c0ad7a 100644
--- a/mm/oom_kill.c
+++ b/mm/oom_kill.c
@@ -357,10 +357,10 @@ static void dump_tasks(const struct mem_cgroup *mem)
357 continue; 357 continue;
358 } 358 }
359 359
360 printk(KERN_INFO "[%5d] %5d %5d %8lu %8lu %3d %3d %s\n", 360 printk(KERN_INFO "[%5d] %5d %5d %8lu %8lu %3u %3d %s\n",
361 task->pid, __task_cred(task)->uid, task->tgid, 361 task->pid, __task_cred(task)->uid, task->tgid,
362 task->mm->total_vm, get_mm_rss(task->mm), 362 task->mm->total_vm, get_mm_rss(task->mm),
363 (int)task_cpu(task), task->signal->oom_adj, p->comm); 363 task_cpu(task), task->signal->oom_adj, task->comm);
364 task_unlock(task); 364 task_unlock(task);
365 } 365 }
366} 366}