[PATCH/RESEND] ARM: Remove __ref on hotplug cpu die path

Olof Johansson olof at lixom.net
Thu Oct 22 09:55:56 PDT 2015


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 <tony at atomide.com>
> Acked-by: Barry Song <baohua at kernel.org>
> Acked-by: Andy Gross <agross at codeaurora.org>
> Acked-by: Viresh Kumar <vireshk at kernel.org>
> Cc: Shiraz Hashim <shiraz.linux.kernel at gmail.com>
> Cc: Stephen Warren <swarren at wwwdotorg.org>
> Acked-by: Thierry Reding <thierry.reding at gmail.com>
> Cc: Alexandre Courbot <gnurou at gmail.com>
> Acked-by: Linus Walleij <linus.walleij at linaro.org>
> Acked-by: Sudeep Holla <sudeep.holla at arm.com>
> Cc: Lorenzo Pieralisi <lorenzo.pieralisi at arm.com>
> Cc: Will Deacon <will.deacon at arm.com>
> Cc: Mark Rutland <mark.rutland at arm.com>
> Cc: <linux-omap at vger.kernel.org>
> Cc: <linux-arm-msm at vger.kernel.org>
> Cc: <spear-devel at list.st.com>
> Cc: <linux-tegra at vger.kernel.org>
> Signed-off-by: Stephen Boyd <sboyd at codeaurora.org>
> ---
> 
> Collected the acks and resent.

Applied to next/cleanup. Thanks!


-Olof



More information about the linux-arm-kernel mailing list