summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/schedulersimplesmp.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-12 12:34:27 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-20 10:14:04 +0200
commit6ba15488ee9e1bdaeafdee773ca0eef2d1a0ed3a (patch)
tree4f0dcf443324fcf96b6596f91cb2158ef854d6ae /cpukit/score/include/rtems/score/schedulersimplesmp.h
parentsmp: Replace Scheduler_simple_smp_Control (diff)
downloadrtems-6ba15488ee9e1bdaeafdee773ca0eef2d1a0ed3a.tar.bz2
smp: Rename _Scheduler_simple_smp_Start_idle()
Rename _Scheduler_simple_smp_Start_idle() to _Scheduler_SMP_Start_idle().
Diffstat (limited to 'cpukit/score/include/rtems/score/schedulersimplesmp.h')
-rw-r--r--cpukit/score/include/rtems/score/schedulersimplesmp.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/cpukit/score/include/rtems/score/schedulersimplesmp.h b/cpukit/score/include/rtems/score/schedulersimplesmp.h
index 5329610dee..f62068a8af 100644
--- a/cpukit/score/include/rtems/score/schedulersimplesmp.h
+++ b/cpukit/score/include/rtems/score/schedulersimplesmp.h
@@ -68,7 +68,7 @@ extern "C" {
_Scheduler_priority_Priority_compare, \
_Scheduler_default_Release_job, \
_Scheduler_default_Tick, \
- _Scheduler_simple_smp_Start_idle \
+ _Scheduler_SMP_Start_idle \
}
void _Scheduler_simple_smp_Initialize( void );
@@ -83,11 +83,6 @@ void _Scheduler_simple_smp_Yield( Thread_Control *thread );
void _Scheduler_simple_smp_Schedule( Thread_Control *thread );
-void _Scheduler_simple_smp_Start_idle(
- Thread_Control *thread,
- Per_CPU_Control *cpu
-);
-
/** @} */
#ifdef __cplusplus