summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-05 21:37:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-05 21:37:20 +0000
commitcdf42cd9b7e186a2d8164beb7421cf60745f3b97 (patch)
tree5152458b95de9041943bed667edd4b24f0953b90 /cpukit/ChangeLog
parent2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-cdf42cd9b7e186a2d8164beb7421cf60745f3b97.tar.bz2
2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/src/objectgetinfo.c: Correct for multiprocessor systems when all object instances within a particular class are remote.
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 d5e543a055..20ca000d49 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * score/src/objectgetinfo.c: Correct for multiprocessor systems when
+ all object instances within a particular class are remote.
+
+2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* libcsupport/src/assocnamebad.c: Correct file name in message.
2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>