summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-08-01 14:00:14 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-08-01 14:00:55 +0200
commit501b11baab8ba574d582662a5b97c1e3d296e59d (patch)
treeb94f332279962f2e1d96af1862b6d63e63c9d191
parentscore: Fix for RTEMS_DEBUG. (diff)
downloadrtems-501b11baab8ba574d582662a5b97c1e3d296e59d.tar.bz2
score: Fix for RTEMS_DEBUG
-rw-r--r--cpukit/score/src/objectmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/score/src/objectmp.c b/cpukit/score/src/objectmp.c
index 0628544f70..b97a9d5cff 100644
--- a/cpukit/score/src/objectmp.c
+++ b/cpukit/score/src/objectmp.c
@@ -394,6 +394,7 @@ void _Objects_MP_Free_global_object( Objects_MP_Control *the_global_object )
_Objects_MP_Global_acquire( &lock_context );
+ _Chain_Initialize_node( &the_global_object->Nodes.Inactive );
_Chain_Append_unprotected(
&_Objects_MP_Inactive_global_objects,
&the_global_object->Nodes.Inactive