summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/schedulersimple.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-07 13:22:52 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-08 14:11:23 +0200
commit3346106b4c1af91195b447af09460ba7dc046262 (patch)
tree72cc73e00966b1cc6870269b9c9177a85292dfd7 /cpukit/score/include/rtems/score/schedulersimple.h
parentscore: Rename _Scheduler_simple_Allocate(), etc. (diff)
downloadrtems-3346106b4c1af91195b447af09460ba7dc046262.tar.bz2
score: Rename _Scheduler_simple_Update()
Rename _Scheduler_simple_Update() in _Scheduler_default_Update().
Diffstat (limited to 'cpukit/score/include/rtems/score/schedulersimple.h')
-rw-r--r--cpukit/score/include/rtems/score/schedulersimple.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/cpukit/score/include/rtems/score/schedulersimple.h b/cpukit/score/include/rtems/score/schedulersimple.h
index 97c9e84f7f..5180d36087 100644
--- a/cpukit/score/include/rtems/score/schedulersimple.h
+++ b/cpukit/score/include/rtems/score/schedulersimple.h
@@ -44,7 +44,7 @@ extern "C" {
_Scheduler_simple_Unblock, /* unblock entry point */ \
_Scheduler_default_Allocate, /* allocate entry point */ \
_Scheduler_default_Free, /* free entry point */ \
- _Scheduler_simple_Update, /* update entry point */ \
+ _Scheduler_default_Update, /* update entry point */ \
_Scheduler_simple_Enqueue, /* enqueue entry point */ \
_Scheduler_simple_Enqueue_first, /* enqueue_first entry point */ \
_Scheduler_simple_Extract, /* extract entry point */ \
@@ -150,18 +150,6 @@ void _Scheduler_simple_Enqueue_first(
);
/**
- * @brief Stub for simple schedule update.
- *
- * This routine does nothing, and is used as a stub for Schedule update
- * The overhead of a function call will still be imposed.
- *
- * @param[in] the_thread is the thread to be blocked
- */
-void _Scheduler_simple_Update(
- Thread_Control *the_thread
-);
-
-/**
* _Scheduler_simple_Ready_queue_enqueue
*
* This routine puts @a the_thread on the ready queue