X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=mm%2Fnommu.c;h=2fcf47d449b4e203d46bbbf76827aeedbd2e2c22;hb=05ae6fa31874eda2484da13c5dc4ddee8a47a0a4;hp=0c3e7d2114f663a07255f6391d6215a1d5c254f7;hpb=b9d57f94bb0ed56a5a2b58552a9ff4453013ff0b;p=linux-2.6-omap-h63xx.git diff --git a/mm/nommu.c b/mm/nommu.c index 0c3e7d2114f..2fcf47d449b 100644 --- a/mm/nommu.c +++ b/mm/nommu.c @@ -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; }