From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viresh Kumar Subject: Re: [PATCH] ARM: Remove __ref on hotplug cpu die path Date: Tue, 15 Sep 2015 07:46:52 +0530 Message-ID: <20150915021652.GH32551@linux> References: <1442276597-14325-1-git-send-email-sboyd@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pa0-f53.google.com ([209.85.220.53]:35743 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752011AbbIOCQ4 (ORCPT ); Mon, 14 Sep 2015 22:16:56 -0400 Received: by pacfv12 with SMTP id fv12so163823426pac.2 for ; Mon, 14 Sep 2015 19:16:56 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1442276597-14325-1-git-send-email-sboyd@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Stephen Boyd Cc: arm@kernel.org, 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 , Sudeep Holla , Lorenzo Pieralisi , Will Deacon , Mark Rutland , linux-omap@vger.kernel.org, spear-devel@list.st.com, linux-tegra@vger.kernel.org On 14-09-15, 17: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-spear/hotplug.c | 2 +- Acked-by: Viresh Kumar -- viresh