[Xenomai-core] Some questions about the ARM port (Integrator vs. PXA)

2006-06-29 Thread Detlef Vollmann
Hello, looking at the ARM Integrator patch (which seems to be something like the reference port for ARM), I'm not really clear about some of the code: a) What's the difference between __ipipe_mach_ticks_per_jiffy and LATCH? b) Is there some (hidden, intended future) semantics of tscok?

Re: [Xenomai-core] Prio-inversion on cleanup?

2006-06-29 Thread Jan Kiszka
Jan Kiszka wrote: ... The pthread is blocked on the irqbench device ioctl. On hitting ^C, close() is invoked from the main thread for that device. The pthread is woken up and obviously relaxed on some linux syscall (after being interrupted twice by the periodic timer event of a latency -p 300

Re: [Xenomai-core] Prio-inversion on cleanup?

2006-06-29 Thread Philippe Gerum
On Thu, 2006-06-29 at 11:24 +0200, Jan Kiszka wrote: Jan Kiszka wrote: ... The pthread is blocked on the irqbench device ioctl. On hitting ^C, close() is invoked from the main thread for that device. The pthread is woken up and obviously relaxed on some linux syscall (after being

Re: [Xenomai-core] Prio-inversion on cleanup?

2006-06-29 Thread Jan Kiszka
Philippe Gerum wrote: On Thu, 2006-06-29 at 11:24 +0200, Jan Kiszka wrote: Jan Kiszka wrote: ... The pthread is blocked on the irqbench device ioctl. On hitting ^C, close() is invoked from the main thread for that device. The pthread is woken up and obviously relaxed on some linux syscall

Re: [Xenomai-core] [PATCH 6/6] Introduce IRQ latency benchmark

2006-06-29 Thread Jan Kiszka
Jan Kiszka wrote: Here comes an update of the irqbench patch. And this add-on fixes a classic copypaste issue. Jan --- ksrc/drivers/testing/irqbench.c |8 1 file changed, 4 insertions(+), 4 deletions(-) Index: xenomai/ksrc/drivers/testing/irqbench.c