All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johan Borkhuis <j.borkhuis@domain.hid>
To: rpm@xenomai.org
Cc: Xenomai-help@domain.hid
Subject: Re: [Xenomai-help] Problem with interrupt enabling
Date: Tue, 29 May 2007 08:24:09 +0200	[thread overview]
Message-ID: <465BC709.2080000@domain.hid> (raw)
In-Reply-To: <1180170634.15146.0.camel@domain.hid>

Philippe Gerum wrote:
> Does this help?
> --- arch/ppc/syslib/open_pic.c~	2006-11-17 15:55:24.000000000 +0100
> +++ arch/ppc/syslib/open_pic.c	2007-05-26 11:09:03.000000000 +0200
> @@ -833,7 +833,7 @@
>  {
>  #if defined(__SLOW_VERSION__) || defined(CONFIG_IPIPE)
>  	if (!(irq_desc[irq_nr].status & (IRQ_DISABLED|IRQ_INPROGRESS))
> -	    && irq_desc[irq_nr].action)
> +	    && (!ipipe_root_domain_p || irq_desc[irq_nr].action))
>  		openpic_enable_irq(irq_nr);
>  #else
>  	if ((irq_desc[irq_nr].status & IRQ_LEVEL) != 0)
>
>   
This does indeed fix the problem. Thanks!

Kind regards,
    Johan Borkhuis



  reply	other threads:[~2007-05-29  6:24 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-25 11:04 [Xenomai-help] Problem with interrupt enabling Johan Borkhuis
2007-05-25 11:16 ` Jan Kiszka
2007-05-25 11:24   ` Johan Borkhuis
2007-05-25 11:34     ` Jan Kiszka
2007-05-25 11:50       ` Johan Borkhuis
2007-05-25 11:57   ` Philippe Gerum
2007-05-25 12:00     ` Jan Kiszka
2007-05-25 12:56       ` Philippe Gerum
2007-05-25 13:05         ` Jan Kiszka
2007-05-25 13:25           ` Philippe Gerum
2007-05-26  9:10 ` Philippe Gerum
2007-05-29  6:24   ` Johan Borkhuis [this message]
2007-05-29  7:32     ` Philippe Gerum

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=465BC709.2080000@domain.hid \
    --to=j.borkhuis@domain.hid \
    --cc=Xenomai-help@domain.hid \
    --cc=rpm@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.