From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754099AbYI3W24 (ORCPT ); Tue, 30 Sep 2008 18:28:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753402AbYI3W2s (ORCPT ); Tue, 30 Sep 2008 18:28:48 -0400 Received: from ozlabs.org ([203.10.76.45]:36629 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753397AbYI3W2r (ORCPT ); Tue, 30 Sep 2008 18:28:47 -0400 From: Rusty Russell To: Christoph Lameter Subject: Re: [patch 4/4] cpu alloc: Use cpu allocator instead of the builtin modules per cpu allocator Date: Wed, 1 Oct 2008 08:28:43 +1000 User-Agent: KMail/1.9.9 Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, jeremy@goop.org, ebiederm@xmission.com, travis@sgi.com, herbert@gondor.apana.org.au, xemul@openvz.org, penberg@cs.helsinki.fi References: <20080929193500.470295078@quilx.com> <20080929193516.500912533@quilx.com> In-Reply-To: <20080929193516.500912533@quilx.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200810010828.44521.rusty@rustcorp.com.au> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday 30 September 2008 05:35:04 Christoph Lameter wrote: > Remove the builtin per cpu allocator from modules.c and use cpu_alloc > instead. > > Signed-off-by: Christoph Lameter Acked-by: Rusty Russell Thanks, Rusty. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rusty Russell Subject: Re: [patch 4/4] cpu alloc: Use cpu allocator instead of the builtin modules per cpu allocator Date: Wed, 1 Oct 2008 08:28:43 +1000 References: <20080929193500.470295078@quilx.com> <20080929193516.500912533@quilx.com> In-Reply-To: <20080929193516.500912533@quilx.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200810010828.44521.rusty@rustcorp.com.au> Sender: owner-linux-mm@kvack.org Return-Path: To: Christoph Lameter Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, jeremy@goop.org, ebiederm@xmission.com, travis@sgi.com, herbert@gondor.apana.org.au, xemul@openvz.org, penberg@cs.helsinki.fi List-ID: On Tuesday 30 September 2008 05:35:04 Christoph Lameter wrote: > Remove the builtin per cpu allocator from modules.c and use cpu_alloc > instead. > > Signed-off-by: Christoph Lameter Acked-by: Rusty Russell Thanks, Rusty. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org