All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: Peter Howard <phoward@gme.net.au>,
	"xenomai@xenomai.org" <xenomai@xenomai.org>
Subject: Re: [Xenomai] [PATCH 2/2] Add ipipe support for Ti da850 board
Date: Wed, 28 May 2014 11:56:47 +0200	[thread overview]
Message-ID: <5385B2DF.9050204@xenomai.org> (raw)
In-Reply-To: <B2415EB1697ACE44AE82CBBFA957DEED48B153@EXCH01.gme.net.au>

On 05/28/2014 02:37 AM, Peter Howard wrote:
> +#ifdef CONFIG_IPIPE
> +			ipipe_handle_demuxed_irq(
> +				irq_find_mapping(d->irq_domain,
> +						 d->chip.base + bit));
> +#else
>  			generic_handle_irq(
>  				irq_find_mapping(d->irq_domain,
>  						 d->chip.base + bit));
> +#endif /* CONFIG_IPIPE */
>  		}
>  	}
>  	chained_irq_exit(irq_desc_get_chip(desc), desc);
> 

You do not need the #ifdef CONFIG_IPIPE here, ipipe_handle_demuxed_irq
is replaced with generic_handle_irq when CONFIG_IPIPE is off.

-- 
                                                                Gilles.


      reply	other threads:[~2014-05-28  9:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-28  0:28 [Xenomai] OMAP L138 support Peter Howard
2014-05-28  0:35 ` [Xenomai] [PATCH 1/2] Fix to Ti EDMA code - refer http://www.spinics.net/lists/linux-omap/msg10462 Peter Howard
2014-05-28  0:37 ` [Xenomai] [PATCH 2/2] Add ipipe support for Ti da850 board Peter Howard
2014-05-28  9:56   ` Gilles Chanteperdrix [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=5385B2DF.9050204@xenomai.org \
    --to=gilles.chanteperdrix@xenomai.org \
    --cc=phoward@gme.net.au \
    --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.