From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4F0341CA.9080101@domain.hid> Date: Tue, 03 Jan 2012 18:58:34 +0100 From: Gilles Chanteperdrix MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-core] Ipipe breaks my MPC8541 board boot List-Id: Xenomai life and development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jean-Michel Hautbois Cc: xenomai@xenomai.org 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.