linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the rockchip tree with the  tree
@ 2015-12-02 11:34 Mark Brown
  0 siblings, 0 replies; only message in thread
From: Mark Brown @ 2015-12-02 11:34 UTC (permalink / raw)
  To: Heiko Stuebner, Arnd Bergmann, Masahiro Yamada; +Cc: linux-next, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1294 bytes --]

Hi Heiko,

Today's linux-next merge of the rockchip tree got a conflict in
arch/arm/mach-rockchip/platsmp.c between commit 75305275a721d33ae9abf ("ARM:
use const and __initconst for smp_operations") from the arm-soc tree and commit
9def7ccfe8d5b84 ("ARM: rockchip: add support smp for rk3036") from the rockchip
tree.

I fixed it up (see below) and can carry the fix as necessary (no action
is required).

diff --cc arch/arm/mach-rockchip/platsmp.c
index 938888fc55a1,5c138f9699f9..000000000000
--- a/arch/arm/mach-rockchip/platsmp.c
+++ b/arch/arm/mach-rockchip/platsmp.c
@@@ -340,7 -351,16 +351,16 @@@ static void rockchip_cpu_die(unsigned i
  }
  #endif
  
 -static struct smp_operations rk3036_smp_ops __initdata = {
++static const struct smp_operations rk3036_smp_ops __initdata = {
+ 	.smp_prepare_cpus	= rk3036_smp_prepare_cpus,
+ 	.smp_boot_secondary	= rockchip_boot_secondary,
+ #ifdef CONFIG_HOTPLUG_CPU
+ 	.cpu_kill		= rockchip_cpu_kill,
+ 	.cpu_die		= rockchip_cpu_die,
+ #endif
+ };
+ 
 -static struct smp_operations rockchip_smp_ops __initdata = {
 +static const struct smp_operations rockchip_smp_ops __initconst = {
  	.smp_prepare_cpus	= rockchip_smp_prepare_cpus,
  	.smp_boot_secondary	= rockchip_boot_secondary,
  #ifdef CONFIG_HOTPLUG_CPU

[-- Attachment #2: Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-12-02 11:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-02 11:34 linux-next: manual merge of the rockchip tree with the tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).