From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olof Johansson Subject: Re: [PATCH/RESEND] ARM: Remove __ref on hotplug cpu die path Date: Thu, 22 Oct 2015 09:55:56 -0700 Message-ID: <20151022165556.GE19953@localhost> References: <1445285133-11977-1-git-send-email-sboyd@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1445285133-11977-1-git-send-email-sboyd@codeaurora.org> Sender: linux-kernel-owner@vger.kernel.org To: Stephen Boyd Cc: arm@kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Tony Lindgren , Shiraz Hashim , Stephen Warren , Alexandre Courbot , Lorenzo Pieralisi , Will Deacon , Mark Rutland , linux-omap@vger.kernel.org, linux-arm-msm@vger.kernel.org, spear-devel@list.st.com, linux-tegra@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org On Mon, Oct 19, 2015 at 01:05:33PM -0700, 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 > Acked-by: Barry Song > Acked-by: Andy Gross > Acked-by: Viresh Kumar > Cc: Shiraz Hashim > Cc: Stephen Warren > Acked-by: Thierry Reding > Cc: Alexandre Courbot > Acked-by: Linus Walleij > Acked-by: Sudeep Holla > Cc: Lorenzo Pieralisi > Cc: Will Deacon > Cc: Mark Rutland > Cc: > Cc: > Cc: > Cc: > Signed-off-by: Stephen Boyd > --- > > Collected the acks and resent. Applied to next/cleanup. Thanks! -Olof