[rtems commit] score: The API mutexes are not global

Sebastian Huber sebh at rtems.org
Tue Mar 29 11:43:42 UTC 2016


Module:    rtems
Branch:    master
Commit:    520938b052a3623d3ea97572bfab8e45d19e517b
Changeset: http://git.rtems.org/rtems/commit/?id=520938b052a3623d3ea97572bfab8e45d19e517b

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Mar 29 11:53:49 2016 +0200

score: The API mutexes are not global

---

 cpukit/score/src/apimutex.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpukit/score/src/apimutex.c b/cpukit/score/src/apimutex.c
index bb86e47..1ac5052 100644
--- a/cpukit/score/src/apimutex.c
+++ b/cpukit/score/src/apimutex.c
@@ -39,7 +39,7 @@ void _API_Mutex_Initialization(
     0                            /* maximum length of an object name */
 #if defined(RTEMS_MULTIPROCESSING)
     ,
-    true,                        /* true if this is a global object class */
+    false,                       /* true if this is a global object class */
     NULL                         /* Proxy extraction support callout */
 #endif
   );




More information about the vc mailing list