linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Make IPI and localtimer handlers callable from C code
@ 2011-10-02  8:56 Shawn Guo
  2011-10-02  8:57 ` [PATCH 1/2] ARM: smp: Add an IPI handler " Shawn Guo
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Shawn Guo @ 2011-10-02  8:56 UTC (permalink / raw)
  To: linux-arm-kernel

[Sorry for send you twice, Russell, Marc.  I forgot cc LAKML last time.]

With imx sub-architecture is moving to MULTI_IRQ_HANDLER, imx6q has to
get a local gic_handler_irq() implementation calling IPI and localtimer
handlers from C code, before Marc's global gic_handler_irq() series gets
merged.

This patch series changes the original __exception_irq_entry to a
wrapper for actual IPI and localtimer handlers which are callable from
C code now.

Marc Zyngier (1):
     ARM: smp: Add an IPI handler callable from C code

Shawn Guo (1):
     ARM: smp: Add a localtimer handler callable from C code

 arch/arm/include/asm/localtimer.h |    4 ++++
 arch/arm/include/asm/smp.h        |    5 +++++
 arch/arm/kernel/smp.c             |   10 ++++++++++
 3 files changed, 19 insertions(+), 0 deletions(-)

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

end of thread, other threads:[~2011-10-06 14:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-02  8:56 [PATCH 0/2] Make IPI and localtimer handlers callable from C code Shawn Guo
2011-10-02  8:57 ` [PATCH 1/2] ARM: smp: Add an IPI handler " Shawn Guo
2011-10-02  8:57 ` [PATCH 2/2] ARM: smp: Add a localtimer " Shawn Guo
2011-10-06 14:10 ` [PATCH 0/2] Make IPI and localtimer handlers " Shawn Guo
2011-10-06 14:15   ` Russell King - ARM Linux

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