From: Michal Schmidt <xschmi00@stud.feec.vutbr.cz>
To: LOL ER <cryptococa@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Need help making sense of IRQ API
Date: Fri, 29 Jun 2007 22:49:13 +0200 [thread overview]
Message-ID: <46857049.7030505@stud.feec.vutbr.cz> (raw)
In-Reply-To: <6a1c323c0706291255l78d3081at2e0738a5c7cbf73b@mail.gmail.com>
LOL ER wrote:
> Hello,
> I've been trying to make sense of how the kernel (on an i386) calls
> __do_IRQ() from do_IRQ() for the past few days to no avail. [...]
Since i386 was switched to the generic-IRQ architecture (see "Linux
generic IRQ handling" in Documentation/Docbook) it does not use __do_IRQ().
common_interrupt (in assembler) calls do_IRQ(), which calls
desc->handle_irq() that is usually one of:
handle_fasteoi_irq()
handle_level_irq()
handle_edge_irq()
Michal
prev parent reply other threads:[~2007-06-29 20:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-29 19:55 LOL ER
2007-06-29 20:49 ` Michal Schmidt [this message]
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=46857049.7030505@stud.feec.vutbr.cz \
--to=xschmi00@stud.feec.vutbr.cz \
--cc=cryptococa@gmail.com \
--cc=linux-kernel@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
Powered by JetHome