All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wolfgang Grandegger <wg@domain.hid>
To: xenomai@xenomai.org
Subject: [Xenomai-core] Missing IRQ end function on PowerPC
Date: Wed, 18 Jan 2006 11:44:56 +0100	[thread overview]
Message-ID: <43CE1C28.6060001@domain.hid> (raw)

Hello,

with RTnet over Xenomai and Linux 2.4 on PowerPC I realized that Xenomai 
does not distinguish between a normal IRQ enable and an IRQ unmask at 
the end of an ISR (to reenable the IRQ). In the latter case the IRQ 
should be enabled on PowerPC as shown:

    if (rthal_irq_descp(irq)->handler->end != NULL)
  	   rthal_irq_descp(irq)->handler->end(irq);
     else
	   rthal_irq_descp(irq)->handler->enable(irq);

To handle this case properly, we need to different functions, I think.

Wolfgang.



             reply	other threads:[~2006-01-18 10:44 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-18 10:44 Wolfgang Grandegger [this message]
2006-01-19 12:29 ` [Xenomai-core] Missing IRQ end function on PowerPC Gilles Chanteperdrix
2006-01-19 13:06   ` Wolfgang Grandegger
2006-01-19 13:27     ` Gilles Chanteperdrix
2006-01-19 13:40       ` Wolfgang Grandegger
2006-01-24 10:20       ` Wolfgang Grandegger
2006-02-02 12:52         ` Philippe Gerum
2006-01-29 22:56       ` Philippe Gerum
2006-01-30  8:16         ` Jan Kiszka
2006-01-30 10:00           ` Philippe Gerum
  -- strict thread matches above, loose matches on Subject: below --
2006-01-30  8:33 Wolfgang Grandegger
2006-01-30  9:20 ` Jan Kiszka
2006-01-30  9:58   ` Philippe Gerum
2006-01-30 10:12     ` Jan Kiszka
2006-01-30 11:13       ` Philippe Gerum
2006-01-30 11:09 Wolfgang Grandegger

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=43CE1C28.6060001@domain.hid \
    --to=wg@domain.hid \
    --cc=xenomai@xenomai.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.