]> err.no Git - linux-2.6/blobdiff - mm/oom_kill.c
sdio: add sdio_f0_readb() and sdio_f0_writeb()
[linux-2.6] / mm / oom_kill.c
index 10367654ae774fba2072698e1fac470174d8698e..f9b82ad5047f7c7a175afc5c197108fecca48e84 100644 (file)
@@ -157,7 +157,7 @@ unsigned long badness(struct task_struct *p, unsigned long uptime)
        }
 
 #ifdef DEBUG
-       printk(KERN_DEBUG "OOMkill: task %d (%s) got %d points\n",
+       printk(KERN_DEBUG "OOMkill: task %d (%s) got %lu points\n",
        p->pid, p->comm, points);
 #endif
        return points;