]> err.no Git - linux-2.6/blobdiff - mm/slab.c
[MIPS] <asm/irq.h> does not need pt_regs anymore.
[linux-2.6] / mm / slab.c
index 64fb0d770b06094c3a0a4fc0b1389752d4d1e765..266449d604bd170c4c1656318c1ded64fcc5404a 100644 (file)
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -1328,7 +1328,6 @@ static void init_list(struct kmem_cache *cachep, struct kmem_list3 *list,
 {
        struct kmem_list3 *ptr;
 
-       BUG_ON(cachep->nodelists[nodeid] != list);
        ptr = kmalloc_node(sizeof(struct kmem_list3), GFP_KERNEL, nodeid);
        BUG_ON(!ptr);