Re: [Xenomai-core] [PATCH] Fix host IRQ propagation

2009-05-17 Thread Philippe Gerum
On Thu, 2009-05-14 at 15:10 +0200, Gilles Chanteperdrix wrote: Philippe Gerum wrote: On Thu, 2009-05-14 at 14:52 +0200, Gilles Chanteperdrix wrote: Philippe Gerum wrote: On Thu, 2009-05-14 at 12:20 +0200, Jan Kiszka wrote: Philippe Gerum wrote: On Wed, 2009-05-13 at 18:10 +0200, Jan

Re: [Xenomai-core] Xenomai standalone

2009-05-17 Thread Philippe Gerum
On Thu, 2009-05-14 at 21:44 +0200, Patrick wrote: Hello all, I would like to know if it's possible to simply separate Xenomai (nucleus) from Linux and adeos ? My goal is to have a simple RTOS based on Xenomai (only native skin in kernel space). I have done a quick look at the source and

[Xenomai-core] Allow break statement in RTDM_EXECUTE_ATOMICALLY()

2009-05-17 Thread Philippe Gerum
Jan, Would you consider allowing break for leaving an atomic code block as illustrated below? I understand this would create a potential issue with newer RTDM drivers relying on this feature when backported to former RTDM implementations, but only having if/else constructs to control the