Module: xenomai-gch
Branch: for-forge
Commit: 329662efddb6b0882ba4655b4d63e454dcc64167
URL:    
http://git.xenomai.org/?p=xenomai-gch.git;a=commit;h=329662efddb6b0882ba4655b4d63e454dcc64167

Author: Gilles Chanteperdrix <gilles.chanteperd...@xenomai.org>
Date:   Tue Jun 24 10:12:54 2014 +0200

rtdm: make syscalls conforming rather than current

As has been discussed on the mailing list, making RTDM syscalls
conforming + adaptive makes more sense than current + adaptive. Since
the "probing" shorthand is only used for RTDM syscalls, make probing
be conforming + adaptive.

---

 kernel/cobalt/include/asm-generic/xenomai/syscall.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/cobalt/include/asm-generic/xenomai/syscall.h 
b/kernel/cobalt/include/asm-generic/xenomai/syscall.h
index af40b4a..c6ec012 100644
--- a/kernel/cobalt/include/asm-generic/xenomai/syscall.h
+++ b/kernel/cobalt/include/asm-generic/xenomai/syscall.h
@@ -64,7 +64,7 @@ struct xnsyscall {
 /* Shorthand for non-restartable primary syscall. */
 #define __xn_exec_nonrestartable (__xn_exec_primary|__xn_exec_norestart)
 /* Shorthand for domain probing syscall */
-#define __xn_exec_probing   (__xn_exec_current|__xn_exec_adaptive)
+#define __xn_exec_probing   (__xn_exec_conforming|__xn_exec_adaptive)
 /* Shorthand for oneway trap - does not return to call site. */
 #define __xn_exec_oneway    __xn_exec_norestart
 


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai-git

Reply via email to