[Xenomai-core] [PATCH] Fix cleanup race in xnpod_disable_timesource

2008-01-27 Thread Jan Kiszka
CPU n (n!=0) xnpod_disable_timesource() for (cpu = 0..x) rthal_timer_release(cpu=0) ipipe_release_tickdev(cpu=0) rthal_timer_set_oneshot(0) rthal_trigger_irq(RTHAL_HOST_TICK_IRQ) ... lapic_next_event(...) xnarch_next_htick_shot(...) ... rthal_timer_release(cpu=n) ip

Re: [Xenomai-core] High latencies on ARM.

2008-01-27 Thread Philippe Gerum
Gilles Chanteperdrix wrote: > Philippe Gerum wrote: > > Gilles Chanteperdrix wrote: > > > Philippe Gerum wrote: > > > > Gilles Chanteperdrix wrote: > > > > > On Jan 23, 2008 7:34 PM, Philippe Gerum <[EMAIL PROTECTED]> wrote: > > > > >> Gilles Chanteperdrix wrote: > > > > >>> On Jan 23, 20