summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-11-30 19:44:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-11-30 19:44:57 +0000
commitdbec22db45b85f996d7bc06a9398fdc597f0ebe3 (patch)
tree76560c82731e7c132cc05b356acfec5cdd946a02 /cpukit/ChangeLog
parentWhitespace removal. (diff)
downloadrtems-dbec22db45b85f996d7bc06a9398fdc597f0ebe3.tar.bz2
2009-11-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
* score/src/threaddelayended.c: Clear only the states that are used to block until someone calls _Thread_Delay_ended().
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 85ed663289..f52266601e 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2009-11-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
+ * score/src/threaddelayended.c: Clear only the states that are used to
+ block until someone calls _Thread_Delay_ended().
+
+2009-11-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
* score/include/rtems/score/protectedheap.h,
score/src/pheapallocate.c: Changed base implementation of protected
heap allocations to use _Heap_Allocate_aligned_with_boundary().