Module: xenomai-forge Branch: master Commit: 2219e50971e102b78def6c4af4c85171f7489ab5 URL: http://git.xenomai.org/?p=xenomai-forge.git;a=commit;h=2219e50971e102b78def6c4af4c85171f7489ab5
Author: Philippe Gerum <[email protected]> Date: Sat Dec 3 17:55:40 2011 +0100 cobalt/monitor: fix monitor_exit exec mode --- kernel/cobalt/syscall.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/cobalt/syscall.c b/kernel/cobalt/syscall.c index a2f0ec8..e0e732e 100644 --- a/kernel/cobalt/syscall.c +++ b/kernel/cobalt/syscall.c @@ -1686,7 +1686,7 @@ static struct xnsysent __systab[] = { SKINCALL_DEF(sc_cobalt_monitor_enter, cobalt_monitor_enter, primary), SKINCALL_DEF(sc_cobalt_monitor_wait, cobalt_monitor_wait, nonrestartable), SKINCALL_DEF(sc_cobalt_monitor_sync, cobalt_monitor_sync, nonrestartable), - SKINCALL_DEF(sc_cobalt_monitor_exit, cobalt_monitor_exit, nonrestartable), + SKINCALL_DEF(sc_cobalt_monitor_exit, cobalt_monitor_exit, any), }; static void __shadow_delete_hook(xnthread_t *thread) _______________________________________________ Xenomai-git mailing list [email protected] https://mail.gna.org/listinfo/xenomai-git
