summaryrefslogtreecommitdiffstats
path: root/cpukit
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
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')
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/score/macros/rtems/score/object.inl2
2 files changed, 5 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 5887d2fe5f..6b2f318027 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-11 Joel Sherrill <joel@OARcorp.com>
+
+ * score/macros/rtems/score/object.inl: Fix macro implementation so it
+ compiles in single processor configuration.
+
2007-01-10 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
* libblock/src/show_bdbuf.c:
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
*