From mboxrd@z Thu Jan 1 00:00:00 1970 From: olof@lixom.net (Olof Johansson) Date: Thu, 22 Oct 2015 09:55:56 -0700 Subject: [PATCH/RESEND] ARM: Remove __ref on hotplug cpu die path In-Reply-To: <1445285133-11977-1-git-send-email-sboyd@codeaurora.org> References: <1445285133-11977-1-git-send-email-sboyd@codeaurora.org> Message-ID: <20151022165556.GE19953@localhost> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 > Acked-by: Barry Song > Acked-by: Andy Gross > Acked-by: Viresh Kumar > Cc: Shiraz Hashim > Cc: Stephen Warren > Acked-by: Thierry Reding > Cc: Alexandre Courbot > Acked-by: Linus Walleij > Acked-by: Sudeep Holla > Cc: Lorenzo Pieralisi > Cc: Will Deacon > Cc: Mark Rutland > Cc: > Cc: > Cc: > Cc: > Signed-off-by: Stephen Boyd > --- > > Collected the acks and resent. Applied to next/cleanup. Thanks! -Olof