All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steven Scholz <steven.scholz@domain.hid>
To: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
Cc: xenomai-core <xenomai@xenomai.org>
Subject: Re: [Xenomai-core] I-pipe patch for linux 2.6.19 on ARM.
Date: Tue, 30 Jan 2007 19:12:34 +0100	[thread overview]
Message-ID: <45BF8A92.8010900@domain.hid> (raw)
In-Reply-To: <45BF08D8.5050208@domain.hid>

Gilles,

> here comes the I-pipe patch for linux 2.6.19 on ARM. In addition to the
> upgrade to linux 2.6.19, the AT91 port is improved:

Thanks very much.

> I have not tested the other ports, so, please test the patch on the ARM
> you use if you can.

Did you actually try this patch against a vanilla 2.6.19 + 2.6.19-at91.patch.gz?

a) it does not apply cleanly. failing in
   arch/arm/mach-at91rm9200/at91rm9200.c	and
   include/asm-arm/arch-at91rm9200/hardware.h

b) asm/arch/at91rm9200_tc.h is called asm/arch/at91_tc.h now
--- linux-2.6.19.orig/arch/arm/mach-at91rm9200/at91rm9200_time.c
+++ linux-2.6.19/arch/arm/mach-at91rm9200/at91rm9200_time.c
@@ -38,7 +38,7 @@ static unsigned long last_crtr;
 #include <linux/clk.h>
 #include <linux/console.h>
 #include <linux/module.h>
-#include <asm/arch/at91rm9200_tc.h>
+#include <asm/arch/at91_tc.h>
 #include "clock.h"

 #ifdef CONFIG_NO_IDLE_HZ


c) Kernel with adoes-ipipe compiles (after fixing the above), but xenomai
does not compile and bails out with

arch/arm/xenomai/hal.c: In function `rthal_irq_host_request':
arch/arm/xenomai/hal.c:115: warning: passing arg 2 of `request_irq' from
incompatible pointer type
arch/arm/xenomai/hal.c: In function `rthal_irq_enable':
arch/arm/xenomai/hal.c:144: error: structure has no member named `disable_depth'
arch/arm/xenomai/hal.c: In function `rthal_irq_disable':
arch/arm/xenomai/hal.c:156: error: structure has no member named `disable_depth'

--
Steven



  parent reply	other threads:[~2007-01-30 18:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-30  8:59 [Xenomai-core] I-pipe patch for linux 2.6.19 on ARM Gilles Chanteperdrix
2007-01-30 10:02 ` Gilles Chanteperdrix
2007-02-06 15:30   ` Steven Scholz
2007-02-06 15:34     ` Gilles Chanteperdrix
2007-02-06 17:43     ` Gilles Chanteperdrix
2007-01-30 18:12 ` Steven Scholz [this message]
2007-01-31  8:23   ` Gilles Chanteperdrix

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=45BF8A92.8010900@domain.hid \
    --to=steven.scholz@domain.hid \
    --cc=gilles.chanteperdrix@xenomai.org \
    --cc=xenomai@xenomai.org \
    /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.