summaryrefslogtreecommitdiffstats
path: root/cpukit/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-01-11 22:28:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-01-11 22:28:53 +0000
commitca3bacb0f9c613f4dde0807b3dc889b94a92577e (patch)
tree35ec71aa87d0a3365ecdedc46f5350508d4d4b47 /cpukit/score
parentadded missing file libblock/src/show_bdbuf.c (diff)
downloadrtems-ca3bacb0f9c613f4dde0807b3dc889b94a92577e.tar.bz2
2007-01-11 Joel Sherrill <joel@OARcorp.com>
* score/macros/rtems/score/object.inl: Fix macro implementation so it compiles in single processor configuration.
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/macros/rtems/score/object.inl2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/score/macros/rtems/score/object.inl b/cpukit/score/macros/rtems/score/object.inl
index 69c8a0a2bf..61d0357c5a 100644
--- a/cpukit/score/macros/rtems/score/object.inl
+++ b/cpukit/score/macros/rtems/score/object.inl
@@ -82,10 +82,8 @@
*
*/
-#if defined(RTEMS_MULTIPROCESSING)
#define _Objects_Is_local_node( _node ) \
( (_node) == _Objects_Local_node )
-#endif
/*PAGE
*