From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754020AbZEYPET (ORCPT ); Mon, 25 May 2009 11:04:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752638AbZEYPEL (ORCPT ); Mon, 25 May 2009 11:04:11 -0400 Received: from waste.org ([66.93.16.53]:43073 "EHLO waste.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752051AbZEYPEK (ORCPT ); Mon, 25 May 2009 11:04:10 -0400 Subject: Re: [GIT PULL] scheduler fixes From: Matt Mackall To: Pekka J Enberg Cc: Nick Piggin , Ingo Molnar , Yinghai Lu , Rusty Russell , Linus Torvalds , "H. Peter Anvin" , Jeff Garzik , Alexander Viro , Linux Kernel Mailing List , Andrew Morton , Peter Zijlstra , cl@linux-foundation.org In-Reply-To: References: <20090518202031.GA26549@elte.hu> <4A199327.5030503@kernel.org> <20090525025353.GA2580@elte.hu> <4A1A2261.1000504@kernel.org> <20090525051521.GC23032@elte.hu> <20090525112504.GB24071@wotan.suse.de> <84144f020905250437x585e66a2oc1124a4f1f43059d@mail.gmail.com> <20090525114127.GE24071@wotan.suse.de> Content-Type: text/plain Date: Mon, 25 May 2009 10:01:14 -0500 Message-Id: <1243263674.12761.50.camel@calx> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2009-05-25 at 14:44 +0300, Pekka J Enberg wrote: > On Mon, May 25, 2009 at 2:25 PM, Nick Piggin wrote: > > > > The bootmem allocations of course are required because some hashes may > > > > need to be larger than MAX_ORDER without using vmalloc. > > > > > > > > kmem_cache_init (and mem_init, partially) sets up the kernel memory > > > > allocators... > > > > > On Mon, May 25, 2009 at 02:37:59PM +0300, Pekka Enberg wrote: > > > Which comment are you talking about? The "setup kernel memory > > > allocators" one? Yeah, I should probably move it couple of lines down. > > On Mon, 25 May 2009, Nick Piggin wrote: > > Yes, just that one. > > Here's an updated patch that does that. Thanks! If we're gonna do that, we probably ought to have a comment. /* These use large bootmem allocations and must precede kmem_cache_init */ -- http://selenic.com : development and support for Mercurial and Linux