From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Walker Subject: Re: FW: next build fails Date: Thu, 16 Sep 2010 10:00:07 -0700 Message-ID: <1284656407.2411.5.camel@c-dwalke-linux.qualcomm.com> References: <33A307AF30D7BF4F811B1568FE7A9B18043784FF99@EXDCVYMBSTM006.EQ1STM.local> <20100916164442.df749cc1.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from fifo99.com ([67.223.236.141]:47501 "EHLO fifo99.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753907Ab0IPRKZ (ORCPT ); Thu, 16 Sep 2010 13:10:25 -0400 In-Reply-To: <20100916164442.df749cc1.sfr@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: Sundar R IYER , Linus WALLEIJ , Russell King , linux-next@vger.kernel.org, LKML On Thu, 2010-09-16 at 16:44 +1000, Stephen Rothwell wrote: > This is due to a mismerge (in linux-next) between commit > dc966984f44f16b8bb6b0644e501c7c2163ead69 ("ARM: Allow SMP kernels to boot > on UP systems") from the arm tree (which renamed PMD_FLAGS to > PMD_FLAGS_UP) and commit b7bc5d9c6556e3ca37176784036380f91b53432c ("arm: > mm: add proc info for ARM11MPCore/Cortex-A9 from ARM") from the msm tree > (which added a new use of PMD_FLAGS). > > I will add the above patch as a merge fixup to my tree until the msm tree > gets merged into the arm tree (or vice versa or they both are merged into > Linus' tree). __v7_ca9mp_proc_info should just duplicate __v7_proc_info (the one below it) .. Daniel