summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems
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/score/include/rtems
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/score/include/rtems')
-rw-r--r--cpukit/score/include/rtems/score/thread.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h
index ff6196e972..1e05df8ed0 100644
--- a/cpukit/score/include/rtems/score/thread.h
+++ b/cpukit/score/include/rtems/score/thread.h
@@ -749,14 +749,6 @@ void _Thread_Resume(
bool force
);
-/**
- * This routine evaluates the current scheduling information for the
- * system and determines if a context switch is required. This
- * is usually called after changing an execution mode such as preemptability
- * for a thread.
- */
-bool _Thread_Evaluate_mode( void );
-
#if (CPU_PROVIDES_IDLE_THREAD_BODY == FALSE)
/**
* This routine is the body of the system idle thread.