From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <5034C308.3010108@xenomai.org> Date: Wed, 22 Aug 2012 13:31:20 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <50349F8D.3080102@xenomai.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai] Can we have nested interrupt handling in Xenomai? List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: ali hagigat Cc: Xenomai@xenomai.org On 08/22/2012 11:48 AM, ali hagigat wrote: > Dear Gilles, > > Would you please explain when a pipeline stage is stalled/unstalled? I > wonder if you can explain it in more details. > Regards See __ipipe_dispatch_irq there: http://git.denx.de/?p=ipipe.git;a=blob;f=kernel/ipipe/core.c;h=182b61c5c294044dde712884a9d3123e393c54a9;hb=refs/heads/core-3.4 Around line 1166. -- Gilles.