From 7f3d6fe91c9579bee875344e7c18d1daec7116a3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 17 Nov 2006 22:59:41 +0000 Subject: 2006-11-17 Joel Sherrill * score/inline/rtems/score/object.inl, score/src/objectnametoid.c: Properly honor searching only local node even when on single CPU system. --- cpukit/score/inline/rtems/score/object.inl | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpukit/score/inline/rtems/score/object.inl') diff --git a/cpukit/score/inline/rtems/score/object.inl b/cpukit/score/inline/rtems/score/object.inl index e3e17bdb69..a70d7ddadc 100644 --- a/cpukit/score/inline/rtems/score/object.inl +++ b/cpukit/score/inline/rtems/score/object.inl @@ -116,7 +116,6 @@ RTEMS_INLINE_ROUTINE boolean _Objects_Is_class_valid( return TRUE; /* the_class && the_class <= OBJECTS_CLASSES_LAST; */ } -#if defined(RTEMS_MULTIPROCESSING) /** * This function returns TRUE if the node is of the local object, and * FALSE otherwise. @@ -133,7 +132,6 @@ RTEMS_INLINE_ROUTINE boolean _Objects_Is_local_node( { return ( node == _Objects_Local_node ); } -#endif /** * This function returns TRUE if the id is of a local object, and -- cgit v1.2.3