From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lowell Gilbert References: <44eg2nuhee.fsf@be-well.ilk.org> Date: Mon, 07 Nov 2016 17:11:21 -0500 In-Reply-To: <44eg2nuhee.fsf@be-well.ilk.org> (Lowell Gilbert's message of "Mon, 07 Nov 2016 16:08:57 -0500") Message-ID: <44a8dbueie.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Xenomai] irqchip missing? List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: xenomai@xenomai.org Lowell Gilbert writes: > I have a system based on a Cortex A9. When I was running under Xenomai > 2.6, I was able to grab interrupts in RTDM. A few months ago, I updated > from a 3.16 Linux kernel and 2.6.4 Xenomai to a 4.1 kernel with 3.0.2 > Xenomai. I'm trying to grab the same IRQ now, and the irqchip doesn't > seem to have a set_affinity callback, so I get a kernel dump. ipipe_set_irq_affinity() is being called with a GPIO chip, instead of the GIC that I expect. Why would that be?