Re: [Xenomai-core] [PATCH] Bogus conversion to ns in rt_task_make_periodic() emulation

2007-02-23 Thread Philippe Gerum
On Fri, 2007-02-23 at 10:41 +1100, Andrew Dennison wrote: The RTAI function rt_task_make_periodic() takes absolute ticks as the start_time argument, however this was being compared to ns in the RTAI emulation layer. This patch fixes this, and also removes '+ period' as this seems wrong with

[Xenomai-core] [PATCH] Bogus conversion to ns in rt_task_make_periodic() emulation

2007-02-22 Thread Andrew Dennison
The RTAI function rt_task_make_periodic() takes absolute ticks as the start_time argument, however this was being compared to ns in the RTAI emulation layer. This patch fixes this, and also removes '+ period' as this seems wrong with the way xnpod_set_thread_periodic() works. Patch is against