summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-23 22:09:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-23 22:09:28 +0000
commit7042065c29bbd42e5dd01f1b161a62bf57730d55 (patch)
tree410dfffb4768fd6cb7db53b806552084e31d67c8 /cpukit/ChangeLog
parent2007-05-23 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-7042065c29bbd42e5dd01f1b161a62bf57730d55.tar.bz2
2007-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* sapi/include/confdefs.h: Add CONFIGURE_MESSAGE_BUFFER_MEMORY so there is less dependence on CONFIGURE_MEMORY_OVERHEAD. Do not arbitrarily add 1 to CONFIGURE_MEMORY_OVERHEAD so we do not waste a kilobyte for unused Workspace. Round the workspace required size to an 8 byte boundary instead of a 0x400 byte one. We may end up needing to add 8 bytes again to account for the alignment rounding.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index e31c748b96..0f96dd7d0f 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,14 @@
2007-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * sapi/include/confdefs.h: Add CONFIGURE_MESSAGE_BUFFER_MEMORY so there
+ is less dependence on CONFIGURE_MEMORY_OVERHEAD. Do not arbitrarily
+ add 1 to CONFIGURE_MEMORY_OVERHEAD so we do not waste a kilobyte for
+ unused Workspace. Round the workspace required size to an 8 byte
+ boundary instead of a 0x400 byte one. We may end up needing to add 8
+ bytes again to account for the alignment rounding.
+
+2007-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>
+
Yu Chen <chyyuu@gmail.com>
* score/src/corespinlockwait.c: Per question posted as
http://www.rtems.org/ml/rtems-users/2007/may/msg00180.html, changed