All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] xen/arm: implement smp_call_function
@ 2013-04-15 16:50 Julien Grall
  2013-04-15 16:50 ` [PATCH 1/2] xen/arm: save/restore irq flags in gic_disable_cpu Julien Grall
  2013-04-15 16:50 ` [PATCH 2/2] xen/arm: implement smp_call_function Julien Grall
  0 siblings, 2 replies; 9+ messages in thread
From: Julien Grall @ 2013-04-15 16:50 UTC (permalink / raw)
  To: xen-devel; +Cc: Julien Grall, Ian.Campbell, Stefano.Stabellini

This patch series can be applied on top of Ian's patch series "arm: host SMP support"

The first patch fixes an issue on SMP board, when smp_call_function is
implemented. The second patch implements the function.

Julien Grall (2):
  xen/arm: save/restore irq flags in gic_disable_cpu
  xen/arm: implement smp_call_function

 xen/arch/arm/gic.c        |    9 ++++--
 xen/arch/arm/smp.c        |   73 ++++++++++++++++++++++++++++++++++++++++++++-
 xen/include/asm-arm/gic.h |    1 +
 xen/include/asm-arm/smp.h |    2 ++
 4 files changed, 82 insertions(+), 3 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2013-04-16 11:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-15 16:50 [PATCH 0/2] xen/arm: implement smp_call_function Julien Grall
2013-04-15 16:50 ` [PATCH 1/2] xen/arm: save/restore irq flags in gic_disable_cpu Julien Grall
2013-04-16  9:12   ` Ian Campbell
2013-04-16 10:39     ` Julien Grall
2013-04-16 11:02       ` Ian Campbell
2013-04-15 16:50 ` [PATCH 2/2] xen/arm: implement smp_call_function Julien Grall
2013-04-16  9:24   ` Ian Campbell
2013-04-16 10:54     ` Julien Grall
2013-04-16 11:04       ` Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.