People get confused and some of the items listed no longer have the same relevance in the queued form of SLUB. Signed-off-by: Christoph Lameter <cl@xxxxxxxxxxxxxxxxxxxx> --- mm/slub.c | 7 ------- 1 file changed, 7 deletions(-) Index: linux-2.6/mm/slub.c =================================================================== --- linux-2.6.orig/mm/slub.c 2010-06-25 16:08:05.000000000 -0500 +++ linux-2.6/mm/slub.c 2010-06-25 16:08:28.000000000 -0500 @@ -3124,13 +3124,6 @@ void __init kmem_cache_init(void) #ifdef CONFIG_SMP register_cpu_notifier(&slab_notifier); #endif - printk(KERN_INFO - "SLUB: Genslabs=%d, HWalign=%d, Order=%d-%d, MinObjects=%d," - " CPUs=%d, Nodes=%d\n", - caches, cache_line_size(), - slub_min_order, slub_max_order, slub_min_objects, - nr_cpu_ids, nr_node_ids); - } void __init kmem_cache_init_late(void) -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>