From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 0/2] ARM: use const and __initconst for smp_operations (with refactoring hisi) Date: Tue, 01 Dec 2015 22:21:05 +0100 Message-ID: <2210426.UqpEyfenBv@wuerfel> References: <1447551593-22246-1-git-send-email-yamada.masahiro@socionext.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1447551593-22246-1-git-send-email-yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+glpam-linux-mediatek=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: Masahiro Yamada Cc: Mark Rutland , Andrew Lunn , Krzysztof Kozlowski , kernel-F5mvAk5X5gdBDgjK7y7TUQ@public.gmane.org, linux-sh-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Brian Norris , Linus Walleij , Will Deacon , Patrice Chotard , Matthias Brugger , Chen-Yu Tsai , Thierry Reding , Shawn Guo , Heiko Stuebner , Alexandre Courbot , linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Florian Fainelli , Russell King , Emilio =?ISO-8859-1?Q?L=F3pez?= , Viresh Kumar , Stephen Warren , Magnus Damm , Michal Simek , Wei Xu List-Id: linux-omap@vger.kernel.org On Sunday 15 November 2015 10:39:51 Masahiro Yamada wrote: > 1/2: minor refactoring for mach-hisi > 2/2: use const ... __initconst for smp_operations > > I hope 2/2 will be reviewed by sub-arch maintainers. > Please issue Acked-by if it is OK. > > I hope this series will be applied to ARM-SOC. > > > > Masahiro Yamada (2): > ARM: hisi: do not export smp_operations structures > ARM: use const and __initconst for smp_operations > > Applied to next/cleanup with the 17 Acks, thanks! Arnd