summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-01-10 15:04:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-01-10 15:04:42 +0000
commit6b384516b9c222db1e67ba1cd3e8d757aa4a68b4 (patch)
tree44addd9a2785785618f923f8e9c6f856fa320459 /cpukit/rtems/ChangeLog
parent2003-01-10 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-6b384516b9c222db1e67ba1cd3e8d757aa4a68b4.tar.bz2
2003-01-10 Joel Sherrill <joel@OARcorp.com>
* src/msg.c, src/part.c, src/sem.c, src/tasks.c: Correct object class control structure initialization for multiprocessing configurations.
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/rtems/ChangeLog b/cpukit/rtems/ChangeLog
index 6f28c111bc..e4c0650116 100644
--- a/cpukit/rtems/ChangeLog
+++ b/cpukit/rtems/ChangeLog
@@ -1,3 +1,9 @@
+2003-01-10 Joel Sherrill <joel@OARcorp.com>
+
+ * src/msg.c, src/part.c, src/sem.c, src/tasks.c: Correct object
+ class control structure initialization for multiprocessing
+ configurations.
+
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Don't create $ARCH as side-effect of compilation.