summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index f0d087b42f..859f11d108 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * sapi/src/exinit.c, score/include/rtems/score/object.h,
+ score/include/rtems/score/thread.h, score/src/object.c,
+ score/src/thread.c: Conditionally compile out more code that is
+ specific to multiprocessor configurations.
+
2007-11-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/Makefile.am, posix/preinstall.am, posix/src/cancel.c,