From: jagannathanjay@aim.com
To: linuxppc-embedded@ozlabs.org
Subject: SIU_INT_IRQ4 in MPC 8260
Date: Fri, 07 Jul 2006 05:05:24 -0400 [thread overview]
Message-ID: <8C86FBB9DCF99D2-1D1C-336A@FWM-D43.sysops.aol.com> (raw)
Hi all
I am trying to set up a interrupt handler for SIU_INT_IRQ4.
The target I am using is MPC 8260 , emmbedded planet Evaluation board.
The OS is Embedded Linux .
-------------------------------------------------------------------------
------------
void my_interrupt_handler(int irq, void *dev_id, struct pt_regs *regs)
{
printk("*********** \n");
}
if( request_irq(SIU_INT_IRQ4,my_interrupt_handler,0,0,0) < 0)
{
printk("\n unable to register the interrupt handler \n");
}
-------------------------------------------------------------------------
------------
But my_interrupt_handler isn't getting called .
Can anyone help me to fix this problem
Regards
Jagan
________________________________________________________________________
Check Out the new free AIM(R) Mail -- 2 GB of storage and
industry-leading spam and email virus protection.
next reply other threads:[~2006-07-07 9:05 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-07 9:05 jagannathanjay [this message]
2006-07-07 9:18 ` SIU_INT_IRQ4 in MPC 8260 Li Yang-r58472
2006-07-07 9:39 ` Laurent Pinchart
[not found] <8C86FBE3C676D29-1D1C-33C6@FWM-D43.sysops.aol.com>
2006-07-07 9:31 ` Li Yang-r58472
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=8C86FBB9DCF99D2-1D1C-336A@FWM-D43.sysops.aol.com \
--to=jagannathanjay@aim.com \
--cc=linuxppc-embedded@ozlabs.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