Module: xenomai-forge Branch: master Commit: 5ca28f2aa6011d1a5582c833b8efdf4cc9c22ad3 URL: http://git.xenomai.org/?p=xenomai-forge.git;a=commit;h=5ca28f2aa6011d1a5582c833b8efdf4cc9c22ad3
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..fa0aa4c 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, primary), }; static void __shadow_delete_hook(xnthread_t *thread) _______________________________________________ Xenomai-git mailing list [email protected] https://mail.gna.org/listinfo/xenomai-git
