From: Dirk Roloff <roloff@domain.hid>
To: adeos-main@gna.org
Subject: Re: [Adeos-main] interrupt latency
Date: Mon, 23 Feb 2004 03:22:13 +0100 [thread overview]
Message-ID: <200402230322.13218.roloff@domain.hid> (raw)
In-Reply-To: <1077493972.18998.2.camel@domain.hid>
Am Montag, 23. Februar 2004 00:52 schrieb Philippe Gerum:
> On Mon, 2004-02-23 at 00:35, Dirk Roloff wrote:
> > Hi List,
> >
> > I ve got the following problem:
> >
> > I have to write a driver for linux for a receiver-board.
--- schnipp ----
>
> It would be interesting to know the flags passed to
> adeos_virtualize_irq(). In any case, either the 4th arg should pass
> IPIPE_PASS_MASK, or you realtime_handler() routine should call
> adeos_propagate_irq(irq).
Philippe:
the exactly code is:
if( 0 != adeos_virtualize_irq( irq[i], &rt_amcc_irq_handler, NULL,
IPIPE_PASS_MASK | IPIPE_HANDLE_MASK) )
i want to handle and pass it down the pipe.
But i give propagate a try ... not realy better ...
Now a second IRQ 4 will be delivert to the linux handler.
Only one IRQ 1 to the realtime (its masked out in PIC when entering the
realtime)
Could it be that this will block all other IRQ at PIC level ?
Dirk.
next prev parent reply other threads:[~2004-02-23 2:22 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-22 23:35 [Adeos-main] interrupt latency Dirk Roloff
2004-02-22 23:52 ` Philippe Gerum
2004-02-23 2:22 ` Dirk Roloff [this message]
2004-02-23 8:48 ` Philippe Gerum
2004-02-23 18:06 ` Dirk Roloff
2004-02-23 19:53 ` Philippe Gerum
2004-02-24 3:48 ` Dirk Roloff
-- strict thread matches above, loose matches on Subject: below --
2004-02-22 23:41 Dirk Roloff
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=200402230322.13218.roloff@domain.hid \
--to=roloff@domain.hid \
--cc=adeos-main@gna.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 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.