public inbox for linux-rt-users@vger.kernel.org
 help / color / mirror / Atom feed
From: Julian Fuchs <julian@fuchs.cc>
To: linux-rt-users@vger.kernel.org
Subject: Problem with interrupt handler
Date: Mon, 25 Jan 2010 18:16:08 +0100	[thread overview]
Message-ID: <e97c14da1001250916u9b20444k2bdb550211aca1ea@mail.gmail.com> (raw)

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

             reply	other threads:[~2010-01-25 17:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-25 17:16 Julian Fuchs [this message]
2010-01-25 19:31 ` Problem with interrupt handler 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

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=e97c14da1001250916u9b20444k2bdb550211aca1ea@mail.gmail.com \
    --to=julian@fuchs.cc \
    --cc=linux-rt-users@vger.kernel.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