Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753838AbZI2AZV (ORCPT ); Mon, 28 Sep 2009 20:25:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753766AbZI2AZU (ORCPT ); Mon, 28 Sep 2009 20:25:20 -0400 Received: from cantor.suse.de ([195.135.220.2]:51595 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753560AbZI2AZT (ORCPT ); Mon, 28 Sep 2009 20:25:19 -0400 Message-ID: <4AC153EA.2050007@suse.de> Date: Tue, 29 Sep 2009 09:25:14 +0900 From: Tejun Heo User-Agent: Thunderbird 2.0.0.22 (X11/20090605) MIME-Version: 1.0 To: Nick Piggin , Tony Luck , Fenghua Yu , linux-ia64 , Ingo Molnar , Rusty Russell , Christoph Lameter , linux-kernel@vger.kernel.org Subject: Re: [PATCHSET percpu#for-next] percpu: convert ia64 to dynamic percpu and drop the old one, take#2 References: <1253682382-24740-1-git-send-email-tj@kernel.org> In-Reply-To: <1253682382-24740-1-git-send-email-tj@kernel.org> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1927 Lines: 52 Tejun Heo wrote: > Hello, all. > > This is the second take of convert-ia64-to-dynamic-percpu patchset. > Changes from the last take[L] are > > * 0001 now updates ia64 to not define VMALLOC_END as a macro to > vmalloc_end instead of disallowing vmalloc_end as a variable name as > suggested by Christoph. > > * 0002 added to initialize cpu maps early. This is necessary to get > contig memory model working. > > * 0004 updated so that dyn_size is calculated correctly for contig > model. > > This patchset contains the following five patches. > > 0001-ia64-don-t-alias-VMALLOC_END-to-vmalloc_end.patch > 0002-ia64-initialize-cpu-maps-early.patch > 0003-ia64-allocate-percpu-area-for-cpu0-like-percpu-areas.patch > 0004-ia64-convert-to-dynamic-percpu-allocator.patch > 0005-percpu-kill-legacy-percpu-allocator.patch > > 0001 is misc prep to avoid macro / local variable collision. 0002 > makes ia64 arch code initialize cpu possible and present maps before > memory initialization. 0003 makes ia64 allocate percpu area for cpu0 > in the same way it does for other cpus. 0004 converts ia64 to dynamic > percpu allocator and 0005 drops now unused legacy allocator. > > Contig memory model was tested on a 16p Tiger4 machine. Discontig and > sparse tested on 4-way SGI altix. ski seems to be happy with contig > up/smp. > > This patchset is available in the following git tree. > > git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git convert-ia64 > > The new commit ID is dcc91f19c6662b24f1f4e5878d773244f1079724 and it's > on top of today's Linus 7fa07729e439a6184bd824746d06a49cca553f15. Tony, can you please ack ia64 part? Thanks. -- tejun -- 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/