From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752580AbbIOOMj (ORCPT ); Tue, 15 Sep 2015 10:12:39 -0400 Received: from foss.arm.com ([217.140.101.70]:50872 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752060AbbIOOMg (ORCPT ); Tue, 15 Sep 2015 10:12:36 -0400 Subject: Re: [PATCH] ARM: Remove __ref on hotplug cpu die path To: Stephen Boyd , "arm@kernel.org" References: <1442276597-14325-1-git-send-email-sboyd@codeaurora.org> Cc: Sudeep Holla , "linux-kernel@vger.kernel.org" , "linux-arm-msm@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Tony Lindgren , Barry Song , Andy Gross , Viresh Kumar , Shiraz Hashim , Stephen Warren , Thierry Reding , Alexandre Courbot , Linus Walleij , Lorenzo Pieralisi , Will Deacon , Mark Rutland , "linux-omap@vger.kernel.org" , "spear-devel@list.st.com" , "linux-tegra@vger.kernel.org" From: Sudeep Holla Message-ID: <55F8274E.5060008@arm.com> Date: Tue, 15 Sep 2015 15:12:30 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <1442276597-14325-1-git-send-email-sboyd@codeaurora.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 15/09/15 01:23, Stephen Boyd wrote: > Now that __cpuinit has been removed, the __ref markings on these > functions are useless. Remove them. This also reduces the size of > the multi_v7_defconfig image: > > $ size before after > text data bss dec hex filename > 12683578 1470996 348904 14503478 dd4e36 before > 12683274 1470996 348904 14503174 dd4d06 after > > presumably because now we don't have to jump to code in the > .ref.text section and/or the noinline marking is removed. > > Cc: Tony Lindgren > Cc: Barry Song > Cc: Andy Gross > Cc: Viresh Kumar > Cc: Shiraz Hashim > Cc: Stephen Warren > Cc: Thierry Reding > Cc: Alexandre Courbot > Cc: Linus Walleij > Cc: Sudeep Holla > Cc: Lorenzo Pieralisi > Cc: Will Deacon > Cc: Mark Rutland > Cc: > Cc: > Cc: > Cc: > Signed-off-by: Stephen Boyd > --- > > This patch can be broken up into per-SoC if desired. > [...] > arch/arm/mach-vexpress/hotplug.c | 2 +- Acked-by: Sudeep Holla Regards,