summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-12 20:11:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-12 20:11:33 +0000
commit493e405cac79d7d0f810f051394c616011ce9ffb (patch)
treeea1e338132aeb5b91e785340efb375b0d537d1cb /cpukit/ChangeLog
parentnewlib-1.15.0-rtems4.8-20070912.diff. (diff)
downloadrtems-493e405cac79d7d0f810f051394c616011ce9ffb.tar.bz2
2007-09-12 Sergei Organov <osv@javad.com>
PR 1258/rtems * cpukit/score/src/heapallocatealigned.c (block_allocate): New routine. * cpukit/score/src/heapallocatealigned.c (_Heap_Allocate_aligned): Use block_allocate() instead of _Heap_Block_allocate(). Replace _Heap_Head(the_heap)->next with equivalent _Heap_First(the_heap). * cpukit/score/src/heap.c (_Heap_Allocate): fix comments according to changed block split strategy in _Heap_Allocate_aligned().
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index bfb51f2e97..6512a045fd 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,13 @@
+2007-09-12 Sergei Organov <osv@javad.com>
+
+ PR 1258/rtems
+ * cpukit/score/src/heapallocatealigned.c (block_allocate): New routine.
+ * cpukit/score/src/heapallocatealigned.c (_Heap_Allocate_aligned):
+ Use block_allocate() instead of _Heap_Block_allocate(). Replace
+ _Heap_Head(the_heap)->next with equivalent _Heap_First(the_heap).
+ * cpukit/score/src/heap.c (_Heap_Allocate): fix comments according
+ to changed block split strategy in _Heap_Allocate_aligned().
+
2007-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>
* libcsupport/src/printk.c: Remove unnecessary comments.