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

Linus Walleij linus.walleij at linaro.org
Fri Oct 2 03:04:00 PDT 2015


On Mon, Sep 14, 2015 at 5:23 PM, Stephen Boyd <sboyd at codeaurora.org> 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>
> Cc: Barry Song <baohua at kernel.org>
> Cc: Andy Gross <agross at codeaurora.org>
> Cc: Viresh Kumar <vireshk at kernel.org>
> Cc: Shiraz Hashim <shiraz.linux.kernel at gmail.com>
> Cc: Stephen Warren <swarren at wwwdotorg.org>
> Cc: Thierry Reding <thierry.reding at gmail.com>
> Cc: Alexandre Courbot <gnurou at gmail.com>
> Cc: Linus Walleij <linus.walleij at linaro.org>
> Cc: 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>

Acked-by: Linus Walleij <linus.walleij at linaro.org>

Yours,
Linus Walleij



More information about the linux-arm-kernel mailing list