Module: xenomai-forge Branch: master Commit: 2c37618e1468509d9b2511d953d79bd698e3915a URL: http://git.xenomai.org/?p=xenomai-forge.git;a=commit;h=2c37618e1468509d9b2511d953d79bd698e3915a
Author: Philippe Gerum <[email protected]> Date: Sat Dec 3 17:46:29 2011 +0100 cobalt/monitor: fix syscall 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 [email protected] https://mail.gna.org/listinfo/xenomai-git
