From mboxrd@z Thu Jan 1 00:00:00 1970 From: viresh.kumar@linaro.org (Viresh Kumar) Date: Tue, 15 Sep 2015 07:46:52 +0530 Subject: [PATCH] ARM: Remove __ref on hotplug cpu die path In-Reply-To: <1442276597-14325-1-git-send-email-sboyd@codeaurora.org> References: <1442276597-14325-1-git-send-email-sboyd@codeaurora.org> Message-ID: <20150915021652.GH32551@linux> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.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