Re: [Xenomai-core] [PATCH 0/7] I-pipe fixes, cleanups, and enhancements

2007-05-02 Thread Philippe Gerum
On Wed, 2007-05-02 at 11:15 +0200, Jan Kiszka wrote: > Philippe Gerum wrote: > > On Thu, 2007-04-26 at 20:39 +0200, Jan Kiszka wrote: > > > >> 5. Extract minimal, dependency-free linux/ipipe_base.h from main > >> ipipe.h > >> > >> 6. Optimise __ipipe_stall_root, __ipipe_test_root, and > >>

Re: [Xenomai-core] [PATCH 0/7] I-pipe fixes, cleanups, and enhancements

2007-05-02 Thread Jan Kiszka
Philippe Gerum wrote: > On Thu, 2007-04-26 at 20:39 +0200, Jan Kiszka wrote: > >> 5. Extract minimal, dependency-free linux/ipipe_base.h from main >> ipipe.h >> >> 6. Optimise __ipipe_stall_root, __ipipe_test_root, and >> __ipipe_test_and_stall_root for execution on UP (only i386 and >>

Re: [Xenomai-core] [PATCH 0/7] I-pipe fixes, cleanups, and enhancements

2007-05-02 Thread Philippe Gerum
On Thu, 2007-04-26 at 20:39 +0200, Jan Kiszka wrote: > 5. Extract minimal, dependency-free linux/ipipe_base.h from main > ipipe.h > > 6. Optimise __ipipe_stall_root, __ipipe_test_root, and > __ipipe_test_and_stall_root for execution on UP (only i386 and > x86_64 so far). This should

Re: [Xenomai-core] [PATCH 0/7] I-pipe fixes, cleanups, and enhancements

2007-05-02 Thread Philippe Gerum
On Thu, 2007-04-26 at 20:39 +0200, Jan Kiszka wrote: > 5. Extract minimal, dependency-free linux/ipipe_base.h from main > ipipe.h > > 6. Optimise __ipipe_stall_root, __ipipe_test_root, and > __ipipe_test_and_stall_root for execution on UP (only i386 and > x86_64 so far). This should

Re: [Xenomai-core] [PATCH 0/7] I-pipe fixes, cleanups, and enhancements

2007-04-30 Thread Philippe Gerum
On Thu, 2007-04-26 at 20:39 +0200, Jan Kiszka wrote: > Hi, > > before ipipe-git gets busy again with work on 2.6.21, I'd like to flush > my patch queue. Here is an overview: > > 1. Build fix for the tracer over x86_64 > > 2. Fix for Linux IRQ state during x86_64 boot > > 3. [JANITOR] Fix whi

[Xenomai-core] [PATCH 0/7] I-pipe fixes, cleanups, and enhancements

2007-04-26 Thread Jan Kiszka
Hi, before ipipe-git gets busy again with work on 2.6.21, I'd like to flush my patch queue. Here is an overview: 1. Build fix for the tracer over x86_64 2. Fix for Linux IRQ state during x86_64 boot 3. [JANITOR] Fix whitespace damages in the tracer 4. [JANITOR] Minor cleanups in ipipe/core