summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-24 21:27:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-24 21:27:30 +0000
commit8bef4ccfb07a48ece38301b9740875f5cd9e0cad (patch)
tree29927169292cac392a56fbb9af1ecd5e693d25d4 /cpukit/ChangeLog
parent2010-06-24 Bharath Suri <bharath.s.jois@gmail.com> (diff)
downloadrtems-8bef4ccfb07a48ece38301b9740875f5cd9e0cad.tar.bz2
2010-06-24 Gedare Bloom <giddyup44@yahoo.com>
PR 1590/cpukit * score/Makefile.am, score/include/rtems/score/thread.h, score/src/threadtickletimeslice.c: Remove _Thread_Reset_timeslice and replaces its single use with a call to the functionally equivalent _Thread_Yield_processor(). * score/src/threadresettimeslice.c: Removed.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index c8d8a155eb..174e1583a8 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,12 @@
+2010-06-24 Gedare Bloom <giddyup44@yahoo.com>
+
+ PR 1590/cpukit
+ * score/Makefile.am, score/include/rtems/score/thread.h,
+ score/src/threadtickletimeslice.c: Remove _Thread_Reset_timeslice and
+ replaces its single use with a call to the functionally equivalent
+ _Thread_Yield_processor().
+ * score/src/threadresettimeslice.c: Removed.
+
2010-06-24 Bharath Suri <bharath.s.jois@gmail.com>
PR 1542/filesystem