LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* SIU_INT_IRQ4 in MPC 8260
@ 2006-07-07  9:05 jagannathanjay
  2006-07-07  9:18 ` Li Yang-r58472
  2006-07-07  9:39 ` Laurent Pinchart
  0 siblings, 2 replies; 4+ messages in thread
From: jagannathanjay @ 2006-07-07  9:05 UTC (permalink / raw)
  To: linuxppc-embedded

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.

^ permalink raw reply	[flat|nested] 4+ messages in thread
[parent not found: <8C86FBE3C676D29-1D1C-33C6@FWM-D43.sysops.aol.com>]

end of thread, other threads:[~2006-07-07  9:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-07  9:05 SIU_INT_IRQ4 in MPC 8260 jagannathanjay
2006-07-07  9:18 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox