Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756128AbcCaKdu (ORCPT ); Thu, 31 Mar 2016 06:33:50 -0400 Received: from condef008-v.nifty.com ([210.131.4.245]:41057 "EHLO condef008-v.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753785AbcCaKds (ORCPT ); Thu, 31 Mar 2016 06:33:48 -0400 X-Greylist: delayed 340 seconds by postgrey-1.27 at vger.kernel.org; Thu, 31 Mar 2016 06:33:47 EDT DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-03.nifty.com u2VAPalc029191 X-Nifty-SrcIP: [209.85.161.180] MIME-Version: 1.0 In-Reply-To: <3226381.VKfgCFa2AC@wuerfel> References: <201603291505.HKmOMR4P%fengguang.wu@intel.com> <3226381.VKfgCFa2AC@wuerfel> Date: Thu, 31 Mar 2016 19:25:35 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 2/2] ARM: uniphier: initialize outer cache for secondary CPUs From: Masahiro Yamada To: Arnd Bergmann Cc: kbuild test robot , Russell King , Linux Kernel Mailing List , arm@kernel.org, kbuild-all@01.org, linux-arm-kernel Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 964 Lines: 30 Hi Arnd, 2016-03-29 17:11 GMT+09:00 Arnd Bergmann : > On Tuesday 29 March 2016 15:59:00 kbuild test robot wrote: >> >> All warnings (new ones prefixed by >>): >> >> >> WARNING: vmlinux.o(.text+0x557b4): Section mismatch in reference from the function uniphier_cache_secondary_init() to the function .init.text:uniphier_cache_activate_all_ways() >> The function uniphier_cache_secondary_init() references >> the function __init uniphier_cache_activate_all_ways(). >> This is often because uniphier_cache_secondary_init lacks a __init >> annotation or the annotation of uniphier_cache_activate_all_ways is wrong. >> > > > I guess the former: uniphier_cache_secondary_init should be __init, as it will > only be run at boot time. > > Please resend both patches. > I think the alternative solution suggested by Russell is much better. I hope Russell will apply his one, and then I retract this series. -- Best Regards Masahiro Yamada