[Xenomai-core] [Combo-PATCH] Shared interrupts (final)

2006-02-07 Thread Dmitry Adamushko
Hi, this is the final set of patches against the SVN trunk of 2006-02-03. It addresses mostly remarks concerning naming (XN_ISR_ISA - XN_ISR_EDGE), a few cleanups and updated comments. Functionally, the support for shared interrupts (a few flags) to the rtdm (Jan's patch) and native skin. In

[Xenomai-core] [patch] tweak scripts/prepare-kernel.sh to work with O=../linux-output

2006-02-07 Thread Jim Cromie
hi folks, with this patch, you can run prepare-kernel.sh on a kernel output tree, at least once that tree contains the Makefile that the script looks for. Index: scripts/prepare-kernel.sh === --- scripts/prepare-kernel.sh

[Xenomai-core] Watchdog/Interrupt management

2006-02-07 Thread ROSSIER Daniel
Hi all, I've a - probably small ;-) - issue regarding the way how the watchdog and interrupt management are working together. I'd like to implement a watchdog in a task to ensure that a task is well alive at periodic interval. For doing some tests, I've implemented a small ISR which

[Xenomai-core] [PATCH] Slow is faster arch/ppc/syslib/open_pic.c

2006-02-07 Thread Anders Blomdell
When trying to run Xenomai on PowerPC with OpenPIC, I have (finally) found that interrupt latency is much improved with the following patch: --- arch/ppc/syslib/open_pic.c~ 2006-01-08 03:15:24.0 +0100 +++ arch/ppc/syslib/open_pic.c 2006-02-07 16:56:14.0 +0100 @@ -820,7 +820,7

Re: [Xenomai-core] [Combo-PATCH] Shared interrupts (final)

2006-02-07 Thread Jan Kiszka
Wolfgang Grandegger wrote: Hello, Dmitry Adamushko wrote: Hi, this is the final set of patches against the SVN trunk of 2006-02-03. It addresses mostly remarks concerning naming (XN_ISR_ISA - XN_ISR_EDGE), a few cleanups and updated comments. Functionally, the support for shared

Re: [Xenomai-core] [Combo-PATCH] Shared interrupts (final)

2006-02-07 Thread Dmitry Adamushko
On 07/02/06, Wolfgang Grandegger [EMAIL PROTECTED] wrote: Hello, [skip-skip-skip] Happy testing ! :)My concern is code size. I see that the patches add substantial amountof code to the ISR. What about make this feature configurable? Yes, I though about making the new stuff optionally

Re: [Xenomai-core] [Combo-PATCH] Shared interrupts (final)

2006-02-07 Thread Wolfgang Grandegger
Jan Kiszka wrote: Wolfgang Grandegger wrote: Hello, Dmitry Adamushko wrote: Hi, this is the final set of patches against the SVN trunk of 2006-02-03. It addresses mostly remarks concerning naming (XN_ISR_ISA - XN_ISR_EDGE), a few cleanups and updated comments. Functionally, the support for

Re: [Xenomai-core] [PATCH] Slow is faster arch/ppc/syslib/open_pic.c

2006-02-07 Thread Philippe Gerum
Anders Blomdell wrote: When trying to run Xenomai on PowerPC with OpenPIC, I have (finally) found that interrupt latency is much improved with the following patch: --- arch/ppc/syslib/open_pic.c~ 2006-01-08 03:15:24.0 +0100 +++ arch/ppc/syslib/open_pic.c 2006-02-07

Re: [Xenomai-core] [Combo-PATCH] Shared interrupts (final)

2006-02-07 Thread Jan Kiszka
Wolfgang Grandegger wrote: Hello, Dmitry Adamushko wrote: Hi, this is the final set of patches against the SVN trunk of 2006-02-03. It addresses mostly remarks concerning naming (XN_ISR_ISA - XN_ISR_EDGE), a few cleanups and updated comments. Functionally, the support for shared