From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756860AbZF0DXT (ORCPT ); Fri, 26 Jun 2009 23:23:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751432AbZF0DXI (ORCPT ); Fri, 26 Jun 2009 23:23:08 -0400 Received: from hera.kernel.org ([140.211.167.34]:35250 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751288AbZF0DXH (ORCPT ); Fri, 26 Jun 2009 23:23:07 -0400 Message-ID: <4A459036.6000508@kernel.org> Date: Sat, 27 Jun 2009 12:21:26 +0900 From: Tejun Heo User-Agent: Thunderbird 2.0.0.19 (X11/20081227) MIME-Version: 1.0 To: James Bottomley CC: linux-kernel@vger.kernel.org, x86@kernel.org, linux-arch@vger.kernel.org, mingo@elte.hu, kyle@mcmartin.ca, cl@linux-foundation.org, Jesper.Nilsson@axis.com, benh@kernel.crashing.org, paulmck@linux.vnet.ibm.com, rusty@rustcorp.com.au, torvalds@linux-foundation.org, akpm@linux-foundation.org, Paul Mundt , Russell King , Mikael Starvik , Ralf Baechle , Bryan Wu , Matthew Wilcox , Grant Grundler , Hirokazu Takata , Richard Henderson , Ivan Kokshaysky , Heiko Carstens Subject: Re: [PATCH 01/10] percpu: use dynamic percpu allocator as the default percpu allocator References: <1245825924-30412-1-git-send-email-tj@kernel.org> <1245825924-30412-2-git-send-email-tj@kernel.org> <1245887275.4022.619.camel@mulgrave.site> <4A42E72D.2060904@kernel.org> <1246029229.3925.20.camel@mulgrave.site> In-Reply-To: <1246029229.3925.20.camel@mulgrave.site> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0 (hera.kernel.org [127.0.0.1]); Sat, 27 Jun 2009 03:21:32 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org James Bottomley wrote: > It still fails with the above error. > > If you look at your own file: > > http://git.kernel.org/?p=linux/kernel/git/tj/percpu.git;a=blob;f=mm/percpu.c;h=b11ae7af3f7a214717d6670edb2985368efa8391;hb=for-james > > on line 1456 pcpu_embed_first_chunk is defined with *three* arguments > > on line 2006 it's used with *four* arguments > > This is what the compiler doesn't like. Oops, I was somehow completely forgetting about the default setup_per_cpu_areas(). Fixed. The new commit is a3152acc226ec4859235e521286c9ca45c4b0683. git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git for-next Thanks. -- tejun