linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: Add .smp entry for REALVIEW_EB
@ 2012-12-04 15:18 Steve Capper
  2012-12-05 18:18 ` Will Deacon
  0 siblings, 1 reply; 4+ messages in thread
From: Steve Capper @ 2012-12-04 15:18 UTC (permalink / raw)
  To: linux-arm-kernel

The REALVIEW EB board can host tiles with multiple cores thus needs to be able
to initialise SMP. There is, however, no .smp entry in the MACHINE_START
struct for REALVIEW_EB.

This patch adds the appropriate .smp entry to this struct.

Signed-off-by: Steve Capper <steve.capper@arm.com>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
---
 arch/arm/mach-realview/realview_eb.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-realview/realview_eb.c b/arch/arm/mach-realview/realview_eb.c
index d3b3cd2..28511d4 100644
--- a/arch/arm/mach-realview/realview_eb.c
+++ b/arch/arm/mach-realview/realview_eb.c
@@ -467,6 +467,7 @@ static void __init realview_eb_init(void)
 MACHINE_START(REALVIEW_EB, "ARM-RealView EB")
 	/* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */
 	.atag_offset	= 0x100,
+	.smp		= smp_ops(realview_smp_ops),
 	.fixup		= realview_fixup,
 	.map_io		= realview_eb_map_io,
 	.init_early	= realview_init_early,
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] ARM: Add .smp entry for REALVIEW_EB
  2012-12-04 15:18 [PATCH] ARM: Add .smp entry for REALVIEW_EB Steve Capper
@ 2012-12-05 18:18 ` Will Deacon
  2012-12-06 10:49   ` Steve Capper
  0 siblings, 1 reply; 4+ messages in thread
From: Will Deacon @ 2012-12-05 18:18 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Steve,

On Tue, Dec 04, 2012 at 03:18:13PM +0000, Steve Capper wrote:
> The REALVIEW EB board can host tiles with multiple cores thus needs to be able
> to initialise SMP. There is, however, no .smp entry in the MACHINE_START
> struct for REALVIEW_EB.
> 
> This patch adds the appropriate .smp entry to this struct.
> 
> Signed-off-by: Steve Capper <steve.capper@arm.com>
> Acked-by: Marc Zyngier <marc.zyngier@arm.com>
> ---
>  arch/arm/mach-realview/realview_eb.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/mach-realview/realview_eb.c b/arch/arm/mach-realview/realview_eb.c
> index d3b3cd2..28511d4 100644
> --- a/arch/arm/mach-realview/realview_eb.c
> +++ b/arch/arm/mach-realview/realview_eb.c
> @@ -467,6 +467,7 @@ static void __init realview_eb_init(void)
>  MACHINE_START(REALVIEW_EB, "ARM-RealView EB")
>  	/* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */
>  	.atag_offset	= 0x100,
> +	.smp		= smp_ops(realview_smp_ops),
>  	.fixup		= realview_fixup,
>  	.map_io		= realview_eb_map_io,
>  	.init_early	= realview_init_early,

Please can you put this in the patch system? Mainline is broken on SMP EB
without it.

Will

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] ARM: Add .smp entry for REALVIEW_EB
  2012-12-05 18:18 ` Will Deacon
@ 2012-12-06 10:49   ` Steve Capper
  2012-12-06 10:54     ` Will Deacon
  0 siblings, 1 reply; 4+ messages in thread
From: Steve Capper @ 2012-12-06 10:49 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Dec 05, 2012 at 06:18:36PM +0000, Will Deacon wrote:
> 
> Please can you put this in the patch system? Mainline is broken on SMP EB
> without it.
> 
> Will

Hi Will,
I've just put it into the system now; it has ID 7594/1.

Best,
-- 
Steve

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] ARM: Add .smp entry for REALVIEW_EB
  2012-12-06 10:49   ` Steve Capper
@ 2012-12-06 10:54     ` Will Deacon
  0 siblings, 0 replies; 4+ messages in thread
From: Will Deacon @ 2012-12-06 10:54 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Dec 06, 2012 at 10:49:47AM +0000, Steve Capper wrote:
> On Wed, Dec 05, 2012 at 06:18:36PM +0000, Will Deacon wrote:
> > 
> > Please can you put this in the patch system? Mainline is broken on SMP EB
> > without it.
> > 
> > Will
> 
> Hi Will,
> I've just put it into the system now; it has ID 7594/1.

Thanks Steve.

Will

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-12-06 10:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-04 15:18 [PATCH] ARM: Add .smp entry for REALVIEW_EB Steve Capper
2012-12-05 18:18 ` Will Deacon
2012-12-06 10:49   ` Steve Capper
2012-12-06 10:54     ` Will Deacon

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).