Module: xenomai-forge
Branch: master
Commit: da807c8e06ad0aa34eb2b6541d84352ca376e012
URL:    
http://git.xenomai.org/?p=xenomai-forge.git;a=commit;h=da807c8e06ad0aa34eb2b6541d84352ca376e012

Author: Philippe Gerum <r...@xenomai.org>
Date:   Sat Dec  3 17:46:29 2011 +0100

cobalt/monitor: fix monitor_sync 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 820b004..a2f0ec8 100644
--- a/kernel/cobalt/syscall.c
+++ b/kernel/cobalt/syscall.c
@@ -1685,7 +1685,7 @@ static struct xnsysent __systab[] = {
        SKINCALL_DEF(sc_cobalt_monitor_destroy, cobalt_monitor_destroy, any),
        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, any),
+       SKINCALL_DEF(sc_cobalt_monitor_sync, cobalt_monitor_sync, 
nonrestartable),
        SKINCALL_DEF(sc_cobalt_monitor_exit, cobalt_monitor_exit, 
nonrestartable),
 };
 


_______________________________________________
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git

Reply via email to