[Xenomai-core] [PATCH] prepare-kernel.sh breaks linux-2.4 drivers/Makefile

2006-10-26 Thread Andrew Dennison
Running prepare-kernel on the denx 2.4 kernel adds the following line mod-subdirs := xenomai This prevents all other mod-subdirs under drivers from building. Patch is against r1273 but still seems to apply (and be required) on head. Andrew diff --git a/scripts/prepare-kernel.sh b/scripts/prepa

[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 r1