All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-core] Interrupt Handling in Xenomai
@ 2007-12-11 12:10 kapilkumar.jain
  2007-12-11 12:20 ` Jan Kiszka
  0 siblings, 1 reply; 3+ messages in thread
From: kapilkumar.jain @ 2007-12-11 12:10 UTC (permalink / raw)
  To: xenomai

[-- Attachment #1: Type: text/plain, Size: 1584 bytes --]

Hello all,

The problem i faced in Registering Interrupt in Xenomai, if my interrupt line is shared with the ethernet irqs.

If we register for the interrupt line which is shared by ethernet irqs we will get the continuous interrupt.

According to the Xenomai interrupt handling - we should return RTDM_IRQ_NONE for unhandled interrupt.
and RTDM_IRQ_HANDLED for interrupt handled.

the problem if I return RTDM_IRQ_NONE, system get hanged with message
__XINTIRQ_ No Body cared for IRQ 19

IRQ 19 - same irq sharing with ethernet & my module.

If instead of RTDM_IRQ_NONE i will return 0; it will not hang.
but i am not sure about the functionality when it wil share with some other irq which is important.

what is the meaning of returning 0 from Xenomai ISR?


With Regards
Kapil Kumar Jain
**************** CAUTION - Disclaimer *****************This email may contain confidential and privileged material for the
sole use of the intended recipient(s). Any review, use, retention, distribution or disclosure by others is strictly prohibited. If you are not the intended recipient (or authorized to receive for the recipient), please contact the sender by reply email and delete all copies of this message. Also, email is susceptible to data corruption, interception, tampering, unauthorized amendment and viruses. We only send and receive emails on the basis that we are not liable for any such corruption, interception, tampering, amendment or viruses or any consequence thereof. 
*********** End of Disclaimer ***********DataPatterns ITS Group**********


[-- Attachment #2: Type: text/html, Size: 2985 bytes --]

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

end of thread, other threads:[~2007-12-12 12:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-11 12:10 [Xenomai-core] Interrupt Handling in Xenomai kapilkumar.jain
2007-12-11 12:20 ` Jan Kiszka
2007-12-12 12:19   ` kapilkumar.jain

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.