From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH/RESEND] ARM: Remove __ref on hotplug cpu die path Date: Mon, 19 Oct 2015 13:38:15 -0700 Message-ID: <20151019203815.GD22043@atomide.com> References: <1445285133-11977-1-git-send-email-sboyd@codeaurora.org> <20151019202301.GA453@leverpostej> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from muru.com ([72.249.23.125]:59582 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753369AbbJSUiU (ORCPT ); Mon, 19 Oct 2015 16:38:20 -0400 Content-Disposition: inline In-Reply-To: <20151019202301.GA453@leverpostej> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Mark Rutland Cc: Stephen Boyd , arm@kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Shiraz Hashim , Stephen Warren , Alexandre Courbot , Lorenzo Pieralisi , Will Deacon , linux-omap@vger.kernel.org, linux-arm-msm@vger.kernel.org, spear-devel@list.st.com, linux-tegra@vger.kernel.org * Mark Rutland [151019 13:27]: > 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. > > FWIW: > > Acked-by: Mark Rutland And if you need even more acks: Acked-by: Tony Lindgren