summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-11-01 16:35:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-11-01 16:35:42 +0000
commit6ca6ef40cf0baefa0dd4e87404d1de9881d5f6a1 (patch)
tree00a5ed2377e078ae86552552c0632d4d816293fa /cpukit/ChangeLog
parent2004-11-01 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-6ca6ef40cf0baefa0dd4e87404d1de9881d5f6a1.tar.bz2
2004-11-01 Joel Sherrill <joel@OARcorp.com>
* libmisc/monitor/mon-manager.c, libmisc/monitor/mon-object.c: Remove references to _Object_Is_local in single processor configurations.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 89addb9c4f..07b26706a4 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2004-11-01 Joel Sherrill <joel@OARcorp.com>
+ * libmisc/monitor/mon-manager.c, libmisc/monitor/mon-object.c: Remove
+ references to _Object_Is_local in single processor configurations.
+
+2004-11-01 Joel Sherrill <joel@OARcorp.com>
+
* score/src/coresemsurrender.c, score/src/objectnametoid.c: All
_Objects_Is_Local... should only be called if multiprocessing is
enabled.