]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - mm/nommu.c
uclinux: add process name to allocation error message
[linux-2.6-omap-h63xx.git] / mm / nommu.c
index 0c3e7d2114f663a07255f6391d6215a1d5c254f7..2fcf47d449b4e203d46bbbf76827aeedbd2e2c22 100644 (file)
@@ -1161,8 +1161,8 @@ error_free:
        return ret;
 
 enomem:
-       printk("Allocation of length %lu from process %d failed\n",
-              len, current->pid);
+       printk("Allocation of length %lu from process %d (%s) failed\n",
+              len, current->pid, current->comm);
        show_free_areas();
        return -ENOMEM;
 }