From 75f09e52dea753e8ff655fcd16088135cd894136 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 21 Feb 1996 14:43:34 +0000 Subject: 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. --- c/src/exec/score/cpu/sparc/cpu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/exec/score/cpu/sparc/cpu.c') diff --git a/c/src/exec/score/cpu/sparc/cpu.c b/c/src/exec/score/cpu/sparc/cpu.c index 9f242d4a8f..23a93f176e 100644 --- a/c/src/exec/score/cpu/sparc/cpu.c +++ b/c/src/exec/score/cpu/sparc/cpu.c @@ -376,7 +376,7 @@ void _CPU_Context_Initialize( /*PAGE * - * _CPU_Internal_threads_Idle_thread_body + * _CPU_Thread_Idle_body * * Some SPARC implementations have low power, sleep, or idle modes. This * tries to take advantage of those models. @@ -392,7 +392,7 @@ void _CPU_Context_Initialize( #if defined(erc32) -void _CPU_Internal_threads_Idle_thread_body( void ) +void _CPU_Thread_Idle_body( void ) { while (1) { ERC32_MEC.Power_Down = 0; /* value is irrelevant */ -- cgit v1.2.3