Re: [Xenomai-core] [RFC][PATCH 2/2] global CPU affinity control

2006-11-29 Thread Jan Kiszka
Version 5 is basically a rebase over the first patch of this series. It also enforces that cpus_allowed of a shadow thread only contains a single CPU. Only compile-tested. Jan --- include/nucleus/pod.h|2 + ksrc/nucleus/intr.c |3 ++ ksrc/nucleus/module.c| 57

[Xenomai-core] [RFC][PATCH 2/2] global CPU affinity control

2006-11-28 Thread Jan Kiszka
This is version 4 of the /proc/xenomai/affinity feature. It has been rebased on the reworked xnshadow_map code, now applying the default affinity mask in a (hopefully) correct way also on shadow threads. What has been said for the previous patch also applies here: test and comment! Mathias, you