]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - mm/slab.c
[ARM] 4355/2: AT91: SAM9260-EK and SAM9263-EK board updates
[linux-2.6-omap-h63xx.git] / mm / slab.c
index 57f7aa4200640e78cd1207e2a39dbbd4d310c8ac..4cbac24ae2f1f25c2a81e728aa576f1ae8b9d254 100644 (file)
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -1802,8 +1802,8 @@ static void check_poison_obj(struct kmem_cache *cachep, void *objp)
                        /* Print header */
                        if (lines == 0) {
                                printk(KERN_ERR
-                                       "Slab corruption: start=%p, len=%d\n",
-                                       realobj, size);
+                                       "Slab corruption: %s start=%p, len=%d\n",
+                                       cachep->name, realobj, size);
                                print_objinfo(cachep, objp, 0);
                        }
                        /* Hexdump the affected line */