Re: [Xenomai-core] [PATCH 1/3] decouple spinlock stats from XENO_OPT_STATS

2006-12-04 Thread Gilles Chanteperdrix
Philippe Gerum wrote: > Ok, I ended up finding such decoupling cleaner, given that we don't drag > the full debug overhead when activating /proc/xenomai/locks in SMP mode, > thanks to the reorganized debug options. Gilles, is this patch series ok > for you too, and particularly the POSIX changes? >

Re: [Xenomai-core] [PATCH 1/3] decouple spinlock stats from XENO_OPT_STATS

2006-12-02 Thread Philippe Gerum
Ok, I ended up finding such decoupling cleaner, given that we don't drag the full debug overhead when activating /proc/xenomai/locks in SMP mode, thanks to the reorganized debug options. Gilles, is this patch series ok for you too, and particularly the POSIX changes? -- Philippe.

Re: [Xenomai-core] [PATCH 1/3] decouple spinlock stats from XENO_OPT_STATS

2006-11-21 Thread Jan Kiszka
Here comes version 2 of this patch, now following the new #if-#else-#endif comment style. Jan --- include/asm-generic/system.h | 35 --- ksrc/nucleus/module.c| 22 +++--- 2 files changed, 27 insertions(+), 30 deletions(-) Index: xenomai