summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/no_cpu/cpu.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-02-21 14:43:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-02-21 14:43:34 +0000
commit75f09e52dea753e8ff655fcd16088135cd894136 (patch)
tree4843b2b16abb4081d6702c5d53fa7ed8c9ab6bec /cpukit/score/cpu/no_cpu/cpu.c
parentMPCI Receive became a thread and the prototype changed. (diff)
downloadrtems-75f09e52dea753e8ff655fcd16088135cd894136.tar.bz2
Dispersal of internal thread handler resulted in IDLE thread becoming
part of the Thread Handler. This required the name of the optional CPU dependent IDLE thread implementation to change.
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/no_cpu/cpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/cpu/no_cpu/cpu.c b/cpukit/score/cpu/no_cpu/cpu.c
index fafed97667..ba533324ac 100644
--- a/cpukit/score/cpu/no_cpu/cpu.c
+++ b/cpukit/score/cpu/no_cpu/cpu.c
@@ -137,7 +137,7 @@ void _CPU_Install_interrupt_stack( void )
/*PAGE
*
- * _CPU_Internal_threads_Idle_thread_body
+ * _CPU_Thread_Idle_body
*
* NOTES:
*
@@ -152,7 +152,7 @@ void _CPU_Install_interrupt_stack( void )
* hook with caution.
*/
-void _CPU_Internal_threads_Idle_thread_body( void )
+void _CPU_Thread_Idle_body( void )
{
for( ; ; )