summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/score/object.inl
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-11-17 22:59:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-11-17 22:59:41 +0000
commit7f3d6fe91c9579bee875344e7c18d1daec7116a3 (patch)
tree6098d17023f344306f110dc1963cffabb65882e8 /cpukit/score/inline/rtems/score/object.inl
parent2006-11-17 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-7f3d6fe91c9579bee875344e7c18d1daec7116a3.tar.bz2
2006-11-17 Joel Sherrill <joel@OARcorp.com>
* score/inline/rtems/score/object.inl, score/src/objectnametoid.c: Properly honor searching only local node even when on single CPU system.
Diffstat (limited to 'cpukit/score/inline/rtems/score/object.inl')
-rw-r--r--cpukit/score/inline/rtems/score/object.inl2
1 files changed, 0 insertions, 2 deletions
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