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

2006-02-08 Thread Jan Kiszka
Wolfgang Grandegger wrote: 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.

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

2006-02-08 Thread Dmitry Adamushko
On 08/02/06, Jan Kiszka [EMAIL PROTECTED] wrote: I still prefer configuration options as they also allow to reduce the overall code size (less cache refills and TLB misses). And shared interrupts are for x86 only (approximately), I think. Unfortunately, IOk, that's a good argument. Then make

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

2006-02-08 Thread Philippe Gerum
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

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

2006-02-08 Thread Philippe Gerum
Philippe Gerum wrote: Philippe Gerum wrote: 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 +++

Re: [Xenomai-core] Watchdog/Interrupt management

2006-02-08 Thread Philippe Gerum
ROSSIER Daniel wrote: Hi Philippe, -Message d'origine- De : Philippe Gerum [mailto:[EMAIL PROTECTED] Envoyé : mardi, 7. février 2006 14:45 À : ROSSIER Daniel Cc : xenomai-core@gna.org Objet : Re: [Xenomai-core] Watchdog/Interrupt management ROSSIER Daniel wrote: Hi all, I've a -

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

2006-02-08 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] [Combo-PATCH] Shared interrupts (final)

2006-02-08 Thread Jan Kiszka
Wolfgang Grandegger wrote: 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.

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

2006-02-08 Thread Philippe Gerum
Philippe Gerum wrote: 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

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

2006-02-08 Thread Dmitry Adamushko
On 08/02/06, Jan Kiszka [EMAIL PROTECTED] wrote: I still prefer configuration options as they also allow to reduce the overall code size (less cache refills and TLB misses). And shared interrupts are for x86 only (approximately), I think. Unfortunately, IOk, that's a good argument. Then make

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

2006-02-08 Thread Philippe Gerum
Philippe Gerum wrote: Philippe Gerum wrote: 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 +++

Re: [Xenomai-core] Watchdog/Interrupt management

2006-02-08 Thread Philippe Gerum
ROSSIER Daniel wrote: Hi Philippe, -Message d'origine- De : Philippe Gerum [mailto:[EMAIL PROTECTED] Envoyé : mardi, 7. février 2006 14:45 À : ROSSIER Daniel Cc : xenomai-core@gna.org Objet : Re: [Xenomai-core] Watchdog/Interrupt management ROSSIER Daniel wrote: Hi all, I've a -