Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1273441
| From | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/2] ARM: use const and __initconst for smp_operations |
| Date | 2015-11-19 21:00 +0100 |
| Message-ID | <qwDx8-5ll-25@gated-at.bofh.it> (permalink) |
| References | <quUC5-3kg-9@gated-at.bofh.it> <qwDx8-5ll-27@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 15.11.2015 02:39, Masahiro Yamada wrote: > These smp_operations structures are not over-written, so add "const" > qualifier and replace __initdata with __initconst. > > Also, add "static" where it is possible. > > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> > --- [...] > arch/arm/mach-berlin/platsmp.c | 2 +- [...] > 54 files changed, 64 insertions(+), 64 deletions(-) For berlin, Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.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 | Find similar | Unroll thread
Re: [PATCH 2/2] ARM: use const and __initconst for smp_operations Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> - 2015-11-19 21:00 +0100
csiph-web