From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx3.mail.elte.hu (mx3.mail.elte.hu [157.181.1.138]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 7FBE6DE05C for ; Fri, 17 Oct 2008 03:14:40 +1100 (EST) Date: Thu, 16 Oct 2008 18:14:05 +0200 From: Ingo Molnar To: Jeremy Fitzhardinge Subject: Re: linux-next: build failure Message-ID: <20081016161405.GA14440@elte.hu> References: <20081016202907.978d00b1.sfr@canb.auug.org.au> <20081016103916.GA30745@elte.hu> <48F767C5.8000207@goop.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <48F767C5.8000207@goop.org> Cc: Stephen Rothwell , Andrew Morton , linux-next@vger.kernel.org, ppc-dev List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , * Jeremy Fitzhardinge wrote: > Ingo Molnar wrote: >> * Stephen Rothwell wrote: >> >> >>> Hi all, >>> >>> Today's linux-next build (powerpc allyesconfig) failed like this: >>> >>> In file included from arch/powerpc/include/asm/mmu-hash64.h:17, >>> from arch/powerpc/include/asm/mmu.h:8, >>> from arch/powerpc/include/asm/pgtable.h:8, >>> from arch/powerpc/mm/slb.c:20: >>> arch/powerpc/include/asm/page.h:76: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'memstart_addr' >>> arch/powerpc/include/asm/page.h:77: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kernstart_addr' >>> >>> Caused by commit 600715dcdf567c86f8b2c6173fcfb4b873e25a19 ("generic: add >>> phys_addr_t for holding physical addresses") from the tip-core tree. >>> This only fails if CONFIG_RELOCATABLE is set. >>> >>> I have applied the patch below. >>> >> >> applied to tip/core/urgent, thanks Stephen! >> > > Shouldn't this go via a ppc tree? Won't having ppc changes in tip.git > make people grumpy? it was broken via a generic topic: tip/core/resources, not the x86 tree. Ingo