public inbox for linux-rt-users@vger.kernel.org
 help / color / mirror / Atom feed
* Problem with interrupt handler
@ 2010-01-25 17:16 Julian Fuchs
  2010-01-25 19:31 ` Uwe Kleine-König
  2010-01-25 19:35 ` Thomas Gleixner
  0 siblings, 2 replies; 5+ messages in thread
From: Julian Fuchs @ 2010-01-25 17:16 UTC (permalink / raw)
  To: linux-rt-users

Hello,

being aware of the risk to bother some people here I would
nevertheless really appreciate your help with the following issue:

Is there any difference in the request_irq() function call in
comparison to the one in the normal kernel?

I'm trying to run

request_irq(irq, interrupt_handler, IRQF_SHARED | IRQF_DISABLED |
IRQF_NODELAY, MODULE_IDENT, &stage)

on 2.6.31.6-rt19 but it doesn't call interrupt_handler() when an
interrupt is received.

In the plain kernel 2.6.31 it works with this call:

request_irq(irq, interrupt_handler, IRQF_SHARED | IRQF_DISABLED,
MODULE_IDENT, &stage)

Do you have hints to literature / tutorials / code I should look at?

I would really appreciate any kind of help,

thanks,

Julian

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

end of thread, other threads:[~2010-01-26 11:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-25 17:16 Problem with interrupt handler Julian Fuchs
2010-01-25 19:31 ` Uwe Kleine-König
2010-01-25 22:41   ` Julian Fuchs
2010-01-26 11:00     ` Uwe Kleine-König
2010-01-25 19:35 ` Thomas Gleixner

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