From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: Michael Bernhard <michael.bernhard@domain.hid>
Subject: Re: [Xenomai-help] Runtime error on PXA270 for branch 'for-ipipe-2.6.35-arm' in 'ipipe-gch.git'
Date: Sat, 05 Mar 2011 16:51:17 +0100 [thread overview]
Message-ID: <4D725BF5.70707@domain.hid> (raw)
In-Reply-To: <4D7252E1.9050000@domain.hid>
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.
next prev parent reply other threads:[~2011-03-05 15:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-05 15:12 [Xenomai-core] Runtime error on PXA270 for branch 'for-ipipe-2.6.35-arm' in 'ipipe-gch.git' Michael Bernhard
2011-03-05 15:51 ` Gilles Chanteperdrix [this message]
2011-03-07 11:53 ` [Xenomai-help] " Gilles Chanteperdrix
2011-03-07 14:44 ` Michael Bernhard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D725BF5.70707@domain.hid \
--to=gilles.chanteperdrix@xenomai.org \
--cc=michael.bernhard@domain.hid \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.