From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4FFFE3B1.60403@xenomai.org> Date: Fri, 13 Jul 2012 11:00:33 +0200 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] Xenomai 2.6.1 on beaglebone (TI AM3359 SoC) List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stephan Kappertz Cc: xenomai@xenomai.org On 07/12/2012 09:54 PM, Stephan Kappertz wrote: > So far I found two things the AM3359 handles different compared to the Igepv2 board: > > 1) MACHINE_START has .handle_irq = omap3_intc_handle_irq while it is not defined in the ipipe-2.6 kernel repository I see now, that is the problem. You have to either disable CONFIG_MULTI_IRQ_HANDLER, or modify omap3_intc_handle_irq to call ipipe_grab_irq instead of handle_IRQ. You will get lower irq latency by disabling CONFIG_MULTI_IRQ_HANDLER. -- Gilles.