* [Xenomai-core] Compile-time patch for mm_struct
@ 2007-10-25 21:03 Steven A. Falco
2007-10-25 21:08 ` Philippe Gerum
0 siblings, 1 reply; 5+ messages in thread
From: Steven A. Falco @ 2007-10-25 21:03 UTC (permalink / raw)
To: xenomai
I needed the following patch to fix a forward reference (caught by gcc 4.1.1). I posted this as part of an earlier discussion, but I then realized that it might be overlooked, so I'm reposting it as a new thread:
--- /home/sfalco/ipipe.h 2007-10-25 12:59:12.000000000 -0400
+++ include/linux/ipipe.h 2007-10-25 12:59:23.000000000 -0400
@@ -31,6 +31,8 @@
#include <linux/ipipe_compat.h>
#include <asm/ipipe.h>
+struct mm_struct;
+
#ifdef CONFIG_IPIPE
#define IPIPE_VERSION_STRING IPIPE_ARCH_STRING
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Xenomai-core] Compile-time patch for mm_struct
2007-10-25 21:03 [Xenomai-core] Compile-time patch for mm_struct Steven A. Falco
@ 2007-10-25 21:08 ` Philippe Gerum
2007-10-25 21:21 ` Philippe Gerum
0 siblings, 1 reply; 5+ messages in thread
From: Philippe Gerum @ 2007-10-25 21:08 UTC (permalink / raw)
To: Steven A. Falco; +Cc: xenomai
Steven A. Falco wrote:
> I needed the following patch to fix a forward reference (caught by gcc 4.1.1). I posted this as part of an earlier discussion, but I then realized that it might be overlooked, so I'm reposting it as a new thread:
>
Thanks. This one was caught a few days back and only recently merged. I guess
it's time to roll out a new 2.6.23/powerpc I-pipe patch.
> --- /home/sfalco/ipipe.h 2007-10-25 12:59:12.000000000 -0400
> +++ include/linux/ipipe.h 2007-10-25 12:59:23.000000000 -0400
> @@ -31,6 +31,8 @@
> #include <linux/ipipe_compat.h>
> #include <asm/ipipe.h>
>
> +struct mm_struct;
> +
> #ifdef CONFIG_IPIPE
>
> #define IPIPE_VERSION_STRING IPIPE_ARCH_STRING
>
>
> _______________________________________________
> Xenomai-core mailing list
> Xenomai-core@domain.hid
> https://mail.gna.org/listinfo/xenomai-core
>
--
Philippe.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Xenomai-core] Compile-time patch for mm_struct
2007-10-25 21:08 ` Philippe Gerum
@ 2007-10-25 21:21 ` Philippe Gerum
2007-10-25 21:27 ` Steven A. Falco
0 siblings, 1 reply; 5+ messages in thread
From: Philippe Gerum @ 2007-10-25 21:21 UTC (permalink / raw)
To: rpm; +Cc: xenomai
Philippe Gerum wrote:
> Steven A. Falco wrote:
>> I needed the following patch to fix a forward reference (caught by gcc 4.1.1). I posted this as part of an earlier discussion, but I then realized that it might be overlooked, so I'm reposting it as a new thread:
>>
>
> Thanks. This one was caught a few days back and only recently merged. I guess
> it's time to roll out a new 2.6.23/powerpc I-pipe patch.
>
http://download.gna.org/adeos/patches/v2.6/powerpc/adeos-ipipe-2.6.23-powerpc-DENX-2.0-03.patch
--
Philippe.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Xenomai-core] Compile-time patch for mm_struct
2007-10-25 21:21 ` Philippe Gerum
@ 2007-10-25 21:27 ` Steven A. Falco
2007-10-26 7:32 ` Philippe Gerum
0 siblings, 1 reply; 5+ messages in thread
From: Steven A. Falco @ 2007-10-25 21:27 UTC (permalink / raw)
To: rpm; +Cc: xenomai
[-- Attachment #1: Type: text/plain, Size: 722 bytes --]
Thank you very much. I hate to make extra work for you - is there a git
repository for adeos-ipipe that I should be pulling from?
Steve
Philippe Gerum wrote:
> Philippe Gerum wrote:
>
>> Steven A. Falco wrote:
>>
>>> I needed the following patch to fix a forward reference (caught by gcc 4.1.1). I posted this as part of an earlier discussion, but I then realized that it might be overlooked, so I'm reposting it as a new thread:
>>>
>>>
>> Thanks. This one was caught a few days back and only recently merged. I guess
>> it's time to roll out a new 2.6.23/powerpc I-pipe patch.
>>
>>
>
> http://download.gna.org/adeos/patches/v2.6/powerpc/adeos-ipipe-2.6.23-powerpc-DENX-2.0-03.patch
>
>
[-- Attachment #2: Type: text/html, Size: 1376 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Xenomai-core] Compile-time patch for mm_struct
2007-10-25 21:27 ` Steven A. Falco
@ 2007-10-26 7:32 ` Philippe Gerum
0 siblings, 0 replies; 5+ messages in thread
From: Philippe Gerum @ 2007-10-26 7:32 UTC (permalink / raw)
To: Steven A. Falco; +Cc: xenomai
Steven A. Falco wrote:
> Thank you very much. I hate to make extra work for you - is there a git
> repository for adeos-ipipe that I should be pulling from?
>
git://www.denx.de/git/ipipe-2.6
> Steve
>
>
> Philippe Gerum wrote:
>> Philippe Gerum wrote:
>>
>>> Steven A. Falco wrote:
>>>
>>>> I needed the following patch to fix a forward reference (caught by gcc 4.1.1). I posted this as part of an earlier discussion, but I then realized that it might be overlooked, so I'm reposting it as a new thread:
>>>>
>>>>
>>> Thanks. This one was caught a few days back and only recently merged. I guess
>>> it's time to roll out a new 2.6.23/powerpc I-pipe patch.
>>>
>>>
>>
>> http://download.gna.org/adeos/patches/v2.6/powerpc/adeos-ipipe-2.6.23-powerpc-DENX-2.0-03.patch
>>
>>
--
Philippe.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-10-26 7:32 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-25 21:03 [Xenomai-core] Compile-time patch for mm_struct Steven A. Falco
2007-10-25 21:08 ` Philippe Gerum
2007-10-25 21:21 ` Philippe Gerum
2007-10-25 21:27 ` Steven A. Falco
2007-10-26 7:32 ` Philippe Gerum
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.