From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f53.google.com ([74.125.82.53]:36769 "EHLO mail-wm0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753748AbcHBVNw (ORCPT ); Tue, 2 Aug 2016 17:13:52 -0400 Received: by mail-wm0-f53.google.com with SMTP id q128so424520521wma.1 for ; Tue, 02 Aug 2016 14:13:17 -0700 (PDT) Date: Tue, 2 Aug 2016 12:35:24 -0700 From: Olof Johansson To: Simon Horman Cc: Geert Uytterhoeven , Russell King - ARM Linux , Magnus Damm , "arm@kernel.org" , Linux-Renesas , "linux-arm-kernel@lists.infradead.org" Subject: Re: [PATCH] Fix shmobile build with CONFIG_SMP=n Message-ID: <20160802193524.GA6423@localhost> References: <20160719115703.GJ1041@n2100.armlinux.org.uk> <20160720231416.GC9599@verge.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160720231416.GC9599@verge.net.au> Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: Hi, On Thu, Jul 21, 2016 at 08:14:17AM +0900, Simon Horman wrote: > On Tue, Jul 19, 2016 at 02:02:53PM +0200, Geert Uytterhoeven wrote: > > Hi Russell, > > > > On Tue, Jul 19, 2016 at 1:57 PM, Russell King - ARM Linux > > wrote: > > > Shmobile currently fails to build when CONFIG_SMP is disabled: > > > > > > arch/arm/mach-shmobile/built-in.o: In function `shmobile_smp_init_fallback_ops': > > > pm-rcar-gen2.c:(.init.text+0x744): undefined reference to `platform_can_secondary_boot' > > > make[1]: *** [vmlinux] Error 1 > > > > > > Fix this by providing a stub for this function. > > > > > > Signed-off-by: Russell King > > > > Arnd send a smaller one https://patchwork.kernel.org/patch/9207413/, > > which seems have fallen through the cracks. > > Sorry for missing that. I have queued up Arnd's patch as a fix for v4.8 > with Acked-by Geert and a Reported-by Russel tags. Since I haven't seen this patch yet, I've applied it (Arnd's version) directly to our fixes branch. -Olof From mboxrd@z Thu Jan 1 00:00:00 1970 From: olof@lixom.net (Olof Johansson) Date: Tue, 2 Aug 2016 12:35:24 -0700 Subject: [PATCH] Fix shmobile build with CONFIG_SMP=n In-Reply-To: <20160720231416.GC9599@verge.net.au> References: <20160719115703.GJ1041@n2100.armlinux.org.uk> <20160720231416.GC9599@verge.net.au> Message-ID: <20160802193524.GA6423@localhost> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, On Thu, Jul 21, 2016 at 08:14:17AM +0900, Simon Horman wrote: > On Tue, Jul 19, 2016 at 02:02:53PM +0200, Geert Uytterhoeven wrote: > > Hi Russell, > > > > On Tue, Jul 19, 2016 at 1:57 PM, Russell King - ARM Linux > > wrote: > > > Shmobile currently fails to build when CONFIG_SMP is disabled: > > > > > > arch/arm/mach-shmobile/built-in.o: In function `shmobile_smp_init_fallback_ops': > > > pm-rcar-gen2.c:(.init.text+0x744): undefined reference to `platform_can_secondary_boot' > > > make[1]: *** [vmlinux] Error 1 > > > > > > Fix this by providing a stub for this function. > > > > > > Signed-off-by: Russell King > > > > Arnd send a smaller one https://patchwork.kernel.org/patch/9207413/, > > which seems have fallen through the cracks. > > Sorry for missing that. I have queued up Arnd's patch as a fix for v4.8 > with Acked-by Geert and a Reported-by Russel tags. Since I haven't seen this patch yet, I've applied it (Arnd's version) directly to our fixes branch. -Olof