From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752425AbaHTTbG (ORCPT ); Wed, 20 Aug 2014 15:31:06 -0400 Received: from mout.kundenserver.de ([212.227.17.13]:64046 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750850AbaHTTbE (ORCPT ); Wed, 20 Aug 2014 15:31:04 -0400 From: Arnd Bergmann To: Geert Uytterhoeven Subject: Re: [PATCH v3] arm/smp: Absorb boot_secondary() Date: Wed, 20 Aug 2014 21:30:28 +0200 User-Agent: KMail/1.12.2 (Linux/3.8.0-35-generic; KDE/4.3.2; x86_64; ; ) Cc: Geert Uytterhoeven , Russell King , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" References: <1404918119-3676-1-git-send-email-geert+renesas@glider.be> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201408202130.28389.arnd@arndb.de> X-Provags-ID: V02:K0:3tiCFG5/dyuQyTUNc8NqBEoS0LH+sBJHjn/Qs43mDhc 4wyUZtHT9DBnmXiU33ZdGd0iyv8m5ZnccwAphfhT+bwAx2Wf+/ Q90hnFv8A2/z7FMV1onxzblZMPV8ci9RFM8E/Z/dpIqhd+/VhO DMl1mBJ/Qd2DP6H4LwaxA7mfahmzOfYKuMajUpDg5V9MxABk1l PRvK6gPbt77InL/PFdvT8G3kpjpmn2GVnI0hut3n8Pq+87qfZE jxI8hLLXACMk3sQ9gzgwGKYOqqR/or9zpJZHcHXlmDi5QSVQvB B5e7zlf5ShKj46T1sJxBqYkBp1VGx3nfLgnwPhtyJy/6FgZiYi YhbJTcEH6mmjeLjxHFwmfAL5r2OqiwsyaPaBJ1578 X-UI-Out-Filterresults: notjunk:1; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday 20 August 2014, Geert Uytterhoeven wrote: > > Ping? > > On Wed, Jul 9, 2014 at 5:01 PM, Geert Uytterhoeven > wrote: > > After becoming a mandatory function, boot_secondary() is no longer used > > outside arch/arm/kernel/smp.c. Hence remove its public prototype, and, > > as suggested by Arnd, let it be absorbed by its single caller. > > > > Signed-off-by: Geert Uytterhoeven > > Acked-by: Arnd Bergmann I think you should add the patch to Russell's patch tracking system at http://www.arm.linux.org.uk/developer/patches to get it applied. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Wed, 20 Aug 2014 21:30:28 +0200 Subject: [PATCH v3] arm/smp: Absorb boot_secondary() In-Reply-To: References: <1404918119-3676-1-git-send-email-geert+renesas@glider.be> Message-ID: <201408202130.28389.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wednesday 20 August 2014, Geert Uytterhoeven wrote: > > Ping? > > On Wed, Jul 9, 2014 at 5:01 PM, Geert Uytterhoeven > wrote: > > After becoming a mandatory function, boot_secondary() is no longer used > > outside arch/arm/kernel/smp.c. Hence remove its public prototype, and, > > as suggested by Arnd, let it be absorbed by its single caller. > > > > Signed-off-by: Geert Uytterhoeven > > Acked-by: Arnd Bergmann I think you should add the patch to Russell's patch tracking system at http://www.arm.linux.org.uk/developer/patches to get it applied. Arnd