summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/object.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-11-01 15:28:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-11-01 15:28:22 +0000
commitc7b7f3809872e91ca0208642f9f8263f495fc8cf (patch)
treeae4b530fb53407842723988e291d4d60f4a3dfc8 /cpukit/score/src/object.c
parentFix typo. (diff)
downloadrtems-c7b7f3809872e91ca0208642f9f8263f495fc8cf.tar.bz2
2004-11-01 Joel Sherrill <joel@OARcorp.com>
* score/include/rtems/score/object.h, score/src/object.c, score/src/objectallocatebyindex.c, score/src/objectcomparenameraw.c, score/src/objectcomparenamestring.c, score/src/objectcopynameraw.c, score/src/objectinitializeinformation.c: Fix bugs in previous commit. Now compiles.
Diffstat (limited to 'cpukit/score/src/object.c')
-rw-r--r--cpukit/score/src/object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/object.c b/cpukit/score/src/object.c
index 56b3dad4a2..4a806a7ef2 100644
--- a/cpukit/score/src/object.c
+++ b/cpukit/score/src/object.c
@@ -51,10 +51,10 @@ void _Objects_Handler_initialization(
INTERNAL_ERROR_INVALID_NODE
);
+#if defined(RTEMS_MULTIPROCESSING)
_Objects_Local_node = node;
_Objects_Maximum_nodes = maximum_nodes;
-#if defined(RTEMS_MULTIPROCESSING)
_Objects_MP_Handler_initialization(
node,
maximum_nodes,