From 569b3f41413f9b7b1b43cce256f4b8594dbeabdf Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 24 Jun 2010 22:40:32 +0000 Subject: 2010-06-24 Gedare Bloom 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. --- cpukit/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cpukit/ChangeLog') 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 + + 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 * libfs/src/imfs/memfile.c: Fix assert. -- cgit v1.2.3