Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755586AbbFLSUH (ORCPT ); Fri, 12 Jun 2015 14:20:07 -0400 Received: from mail-ie0-f178.google.com ([209.85.223.178]:36051 "EHLO mail-ie0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751247AbbFLSUE (ORCPT ); Fri, 12 Jun 2015 14:20:04 -0400 From: Kevin Hilman To: Michael Ellerman Cc: Olof Johansson , Arnd Bergmann , linux-arm-kernel@lists.infradead.org, linux-next@vger.kernel.org, Linux Kernel Mailing List , dinguyen@opensource.altera.com, rmk+kernel@arm.linux.org.uk Subject: Re: linux-next: build failure after merge of the arm-soc tree References: <1434069014.28544.1.camel@ellerman.id.au> Date: Fri, 12 Jun 2015 11:19:59 -0700 In-Reply-To: <1434069014.28544.1.camel@ellerman.id.au> (Michael Ellerman's message of "Fri, 12 Jun 2015 10:30:14 +1000") Message-ID: <7hlhfobxgw.fsf@deeprootsystems.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1094 Lines: 31 Michael Ellerman writes: > Hi all, > > After merging the arm-soc tree, today's linux-next build (arm_multi_v7_defconfig) > failed like this: > > scripts/Makefile.build:258: recipe for target 'arch/arm/mach-socfpga/platsmp.o' failed > arch/arm/mach-socfpga/platsmp.c:66:23: error: 'socfpga_secondary_startup' undeclared (first use in this function) > writel(virt_to_phys(socfpga_secondary_startup), > ^ > > Caused by the interaction of commits 45be0cdb5323 "ARM: socfpga: add > CPU_METHOD_OF_DECLARE for Arria 10" and 02b4e2756e01 "ARM: v7 setup function > should invalidate L1 cache". I found this as well, unfortunately after it was already pulled for -next. > I applied the following fix for today. Yes, that's the right fix, and arm-soc now has the equivalent fix as well. Thanks, Kevin -- 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/