Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1251057
| From | Tony Lindgren <tony@atomide.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH/RESEND] ARM: Remove __ref on hotplug cpu die path |
| Date | 2015-10-19 22:40 +0200 |
| Message-ID | <qlpnP-76h-1@gated-at.bofh.it> (permalink) |
| References | <qloUN-6vr-1@gated-at.bofh.it> <qlpe9-6TU-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
* Mark Rutland <mark.rutland@arm.com> [151019 13:27]: > 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. > > FWIW: > > Acked-by: Mark Rutland <mark.rutland@arm.com> And if you need even more acks: Acked-by: Tony Lindgren <tony@atomide.com> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH/RESEND] ARM: Remove __ref on hotplug cpu die path Stephen Boyd <sboyd@codeaurora.org> - 2015-10-19 22:10 +0200
Re: [PATCH/RESEND] ARM: Remove __ref on hotplug cpu die path Mark Rutland <mark.rutland@arm.com> - 2015-10-19 22:30 +0200
Re: [PATCH/RESEND] ARM: Remove __ref on hotplug cpu die path Tony Lindgren <tony@atomide.com> - 2015-10-19 22:40 +0200
Re: [PATCH/RESEND] ARM: Remove __ref on hotplug cpu die path Olof Johansson <olof@lixom.net> - 2015-10-22 19:30 +0200
csiph-web