aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
Diffstat (limited to 'mm')
-rw-r--r--mm/oom_kill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/oom_kill.c b/mm/oom_kill.c
index 10367654ae77..f9b82ad5047f 100644
--- a/mm/oom_kill.c
+++ b/mm/oom_kill.c
@@ -157,7 +157,7 @@ unsigned long badness(struct task_struct *p, unsigned long uptime)
157 } 157 }
158 158
159#ifdef DEBUG 159#ifdef DEBUG
160 printk(KERN_DEBUG "OOMkill: task %d (%s) got %d points\n", 160 printk(KERN_DEBUG "OOMkill: task %d (%s) got %lu points\n",
161 p->pid, p->comm, points); 161 p->pid, p->comm, points);
162#endif 162#endif
163 return points; 163 return points;