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

Author: Philippe Gerum <r...@xenomai.org>
Date:   Sat Aug 30 18:54:32 2014 +0200

cobalt/rtdm: remove obsolete debug switch

---

 include/cobalt/kernel/assert.h |    4 ----
 kernel/cobalt/Kconfig          |    8 --------
 2 files changed, 12 deletions(-)

diff --git a/include/cobalt/kernel/assert.h b/include/cobalt/kernel/assert.h
index 9e3300d..6cc5bfd 100644
--- a/include/cobalt/kernel/assert.h
+++ b/include/cobalt/kernel/assert.h
@@ -73,10 +73,6 @@
 #define CONFIG_XENO_OPT_DEBUG_RTDM     0
 #endif
 
-#ifndef CONFIG_XENO_OPT_DEBUG_RTDM_APPL
-#define CONFIG_XENO_OPT_DEBUG_RTDM_APPL        0
-#endif
-
 #ifndef CONFIG_XENO_OPT_DEBUG_COBALT
 #define CONFIG_XENO_OPT_DEBUG_COBALT 0
 #endif
diff --git a/kernel/cobalt/Kconfig b/kernel/cobalt/Kconfig
index 72df3ad..cd4dea5 100644
--- a/kernel/cobalt/Kconfig
+++ b/kernel/cobalt/Kconfig
@@ -465,12 +465,4 @@ config XENO_OPT_DEBUG_RTDM
        It is a recommended option for analysing potential issues in
        RTDM drivers. A marginal runtime overhead is added.
 
-config XENO_OPT_DEBUG_RTDM_APPL
-       bool "RTDM application cleanup checks"
-       default y
-       help
-
-       When enabled, this option makes RTDM warn about auto-clean
-       operations executed upon application termination.
-
 endif # XENO_OPT_DEBUG


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

Reply via email to