All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: Jean-Michel Hautbois <jhautbois@domain.hid>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-core] Ipipe breaks my MPC8541 board boot
Date: Tue, 03 Jan 2012 18:58:34 +0100	[thread overview]
Message-ID: <4F0341CA.9080101@domain.hid> (raw)
In-Reply-To: <CAL8zT=h3+AYe56fWhbKr3nY8VhYcNjx=sPRe0cak5hvF+aM6yA@mail.gmail.com>

On 01/03/2012 06:49 PM, Jean-Michel Hautbois wrote:
> cpm2_cascade is dedicated to my board, but has nothing impressive :
> static void cpm2_cascade(unsigned int irq, struct irq_desc *desc)
> {
>         int cascade_irq;
> 
>         while ((cascade_irq = cpm2_get_irq()) >= 0)
>                 generic_handle_irq(cascade_irq);

Replace generic_handle_irq with ipipe_handle_chained_irq.

-- 
					    Gilles.


  reply	other threads:[~2012-01-03 17:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-03 17:49 [Xenomai-core] Ipipe breaks my MPC8541 board boot Jean-Michel Hautbois
2012-01-03 17:58 ` Gilles Chanteperdrix [this message]
2012-01-03 18:04   ` Philippe Gerum
2012-01-03 18:13     ` Jean-Michel Hautbois

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=4F0341CA.9080101@domain.hid \
    --to=gilles.chanteperdrix@xenomai.org \
    --cc=jhautbois@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.