summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-24 22:40:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-24 22:40:32 +0000
commit569b3f41413f9b7b1b43cce256f4b8594dbeabdf (patch)
tree6d4f5be119a7dcdbe17324926115b616ea4bf9b2 /cpukit/ChangeLog
parent2010-06-24 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-569b3f41413f9b7b1b43cce256f4b8594dbeabdf.tar.bz2
2010-06-24 Gedare Bloom <giddyup44@yahoo.com>
PR 1589/cpukit * score/Makefile.am, score/include/rtems/score/thread.h, score/inline/rtems/score/thread.inl: Make _Thread_Evaluate_mode() an inline method. It is only used in one place and relatively simple. * score/src/threadevaluatemode.c: Removed.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index a9f2333d76..c147b557a9 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2010-06-24 Gedare Bloom <giddyup44@yahoo.com>
+
+ PR 1589/cpukit
+ * score/Makefile.am, score/include/rtems/score/thread.h,
+ score/inline/rtems/score/thread.inl: Make _Thread_Evaluate_mode() an
+ inline method. It is only used in one place and relatively simple.
+ * score/src/threadevaluatemode.c: Removed.
+
2010-06-24 Joel Sherrill <joel.sherrilL@OARcorp.com>
* libfs/src/imfs/memfile.c: Fix assert.