Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965980AbbBCPOt (ORCPT ); Tue, 3 Feb 2015 10:14:49 -0500 Received: from resqmta-ch2-09v.sys.comcast.net ([69.252.207.41]:51794 "EHLO resqmta-ch2-09v.sys.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965956AbbBCPOo (ORCPT ); Tue, 3 Feb 2015 10:14:44 -0500 Date: Tue, 3 Feb 2015 09:14:40 -0600 (CST) From: Christoph Lameter X-X-Sender: cl@gentwo.org To: Daniel Sanders cc: Pekka Enberg , David Rientjes , Joonsoo Kim , Andrew Morton , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/5] LLVMLinux: Correct size_index table before replacing the bootstrap kmem_cache_node. In-Reply-To: <1422970639-7922-2-git-send-email-daniel.sanders@imgtec.com> Message-ID: References: <1422970639-7922-1-git-send-email-daniel.sanders@imgtec.com> <1422970639-7922-2-git-send-email-daniel.sanders@imgtec.com> Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 619 Lines: 19 On Tue, 3 Feb 2015, Daniel Sanders wrote: > +++ b/mm/slab.c > @@ -1440,6 +1440,7 @@ void __init kmem_cache_init(void) > kmalloc_caches[INDEX_NODE] = create_kmalloc_cache("kmalloc-node", > kmalloc_size(INDEX_NODE), ARCH_KMALLOC_FLAGS); > slab_state = PARTIAL_NODE; > + correct_kmalloc_cache_index_table(); Lets call this setup_kmalloc_cache_index_table Please? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/