From f2a776acb5470265c5999210392a66bbe53f653c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 17 Jun 2008 18:52:30 +0000 Subject: 2008-06-17 Joel Sherrill * sapi/include/confdefs.h: The math in the _Configure_Object_RAM macro was always adding heap overhead even when the number of objects configured was zero and we would not do an allocation. This resulted in an over estimation of the amount of Workspace required (~2K on minimum.exe on PowerPC). --- cpukit/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 72d1ce510b..3c8b7445e6 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,11 @@ +2008-06-17 Joel Sherrill + + * sapi/include/confdefs.h: The math in the _Configure_Object_RAM macro + was always adding heap overhead even when the number of objects + configured was zero and we would not do an allocation. This resulted + in an over estimation of the amount of Workspace required (~2K on + minimum.exe on PowerPC). + 2008-06-17 Chris Johns * cpukit/sapi/include/confdefs.h: Add missing quote to string to -- cgit v1.2.3