From 3346106b4c1af91195b447af09460ba7dc046262 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 7 Aug 2013 13:22:52 +0200 Subject: score: Rename _Scheduler_simple_Update() Rename _Scheduler_simple_Update() in _Scheduler_default_Update(). --- cpukit/score/include/rtems/score/schedulersimple.h | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'cpukit/score/include/rtems/score/schedulersimple.h') 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 */ \ @@ -149,18 +149,6 @@ void _Scheduler_simple_Enqueue_first( Thread_Control *the_thread ); -/** - * @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 * -- cgit v1.2.3