From c7b7f3809872e91ca0208642f9f8263f495fc8cf Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 1 Nov 2004 15:28:22 +0000 Subject: 2004-11-01 Joel Sherrill * 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. --- cpukit/score/src/object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/src/object.c') 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, -- cgit v1.2.3