[Xenomai-core] [PATCH 1/6] Handle priority changes of SCHED_RR tasks

2008-12-15 Thread Jan Kiszka
If shadowed Linux tasks with SCHED_RR policy change their priority, do_setsched_event currenty ignores this. Extend the condition to catch this case as well. Signed-off-by: Jan Kiszka jan.kis...@siemens.com --- ksrc/nucleus/shadow.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

Re: [Xenomai-core] [PATCH 1/6] Handle priority changes of SCHED_RR tasks

2008-12-15 Thread Gilles Chanteperdrix
Jan Kiszka wrote: If shadowed Linux tasks with SCHED_RR policy change their priority, do_setsched_event currenty ignores this. Extend the condition to catch this case as well. Signed-off-by: Jan Kiszka jan.kis...@siemens.com --- ksrc/nucleus/shadow.c |2 +- 1 files changed, 1

Re: [Xenomai-core] [PATCH 1/6] Handle priority changes of SCHED_RR tasks

2008-12-15 Thread Jan Kiszka
Gilles Chanteperdrix wrote: Jan Kiszka wrote: If shadowed Linux tasks with SCHED_RR policy change their priority, do_setsched_event currenty ignores this. Extend the condition to catch this case as well. Signed-off-by: Jan Kiszka jan.kis...@siemens.com --- ksrc/nucleus/shadow.c |2 +-