From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752431AbbIOCQ7 (ORCPT ); Mon, 14 Sep 2015 22:16:59 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:33028 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751766AbbIOCQ4 (ORCPT ); Mon, 14 Sep 2015 22:16:56 -0400 Date: Tue, 15 Sep 2015 07:46:52 +0530 From: Viresh Kumar 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 Subject: Re: [PATCH] ARM: Remove __ref on hotplug cpu die path 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 Content-Disposition: inline In-Reply-To: <1442276597-14325-1-git-send-email-sboyd@codeaurora.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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