From: shawn.guo@linaro.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] Make IPI and localtimer handlers callable from C code
Date: Sun, 2 Oct 2011 16:56:59 +0800 [thread overview]
Message-ID: <1317545821-23194-1-git-send-email-shawn.guo@linaro.org> (raw)
[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(-)
next reply other threads:[~2011-10-02 8:56 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-02 8:56 Shawn Guo [this message]
2011-10-02 8:57 ` [PATCH 1/2] ARM: smp: Add an IPI handler callable from C code 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1317545821-23194-1-git-send-email-shawn.guo@linaro.org \
--to=shawn.guo@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).