From 7042065c29bbd42e5dd01f1b161a62bf57730d55 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 23 May 2007 22:09:28 +0000 Subject: 2007-05-23 Joel Sherrill * 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. --- cpukit/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index e31c748b96..0f96dd7d0f 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,12 @@ +2007-05-23 Joel Sherrill + + * 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 Yu Chen -- cgit v1.2.3