summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-24 19:48:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-24 19:48:59 +0000
commitf82452b0ee0886d8e0b654a8f95680f7e151e409 (patch)
treec774a044bdf1992aa436a96538e2948286fcde24 /cpukit/ChangeLog
parent2008-11-20 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-f82452b0ee0886d8e0b654a8f95680f7e151e409.tar.bz2
2008-11-24 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1341/cpukit * sapi/include/confdefs.h: The following macros were missing the _Configure_From_workspace() wrapper on their size estimate: + CONFIGURE_INTERRUPT_STACK_MEMORY + CONFIGURE_MEMORY_PER_TASK_FOR_CLASSIC_API + CONFIGURE_INTERRUPT_VECTOR_TABLE + CONFIGURE_MEMORY_FOR_STATIC_EXTENSIONS In addition, there was a duplicate definition of CONFIGURE_MEMORY_PER_TASK_FOR_CLASSIC_API.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index fc1aea29c2..12de591fbf 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,15 @@
+2008-11-24 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ PR 1341/cpukit
+ * sapi/include/confdefs.h: The following macros were missing
+ the _Configure_From_workspace() wrapper on their size estimate:
+ + CONFIGURE_INTERRUPT_STACK_MEMORY
+ + CONFIGURE_MEMORY_PER_TASK_FOR_CLASSIC_API
+ + CONFIGURE_INTERRUPT_VECTOR_TABLE
+ + CONFIGURE_MEMORY_FOR_STATIC_EXTENSIONS
+ In addition, there was a duplicate definition of
+ CONFIGURE_MEMORY_PER_TASK_FOR_CLASSIC_API.
+
2008-11-20 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1340/cpukit