Michael Bernhard wrote:
> Hello!
>
> I'm trying to get running the ipipe patch on a 2.6.35 kernel. I've seen
> that Gilles was working on that port lately so I gave it a try.
>
> The kernel is booting fine. However init does not continue and the
> NETDEV watchdog triggers:
Hi,
please use Xenomai mailing lists, not my private address.
Does the following path help?
diff --git a/arch/arm/plat-pxa/gpio.c b/arch/arm/plat-pxa/gpio.c
index 4769217..975dfe0 100644
--- a/arch/arm/plat-pxa/gpio.c
+++ b/arch/arm/plat-pxa/gpio.c
@@ -286,7 +286,7 @@ void __init pxa_init_gpio(int mux_irq, int start,
int end, set_wake_t fn)
for (irq = gpio_to_irq(start); irq <= gpio_to_irq(end); irq++) {
set_irq_chip(irq, &pxa_muxed_gpio_chip);
- set_irq_handler(irq, handle_level_irq);
+ set_irq_handler(irq, handle_edge_irq);
set_irq_flags(irq, IRQF_VALID | IRQF_PROBE);
}
--
Gilles.
_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help