[PATCH 15/17] score/cpu/bfin/cpu.c: Fix _CPU_Thread_Idle_body() prototype

Joel Sherrill joel at rtems.org
Wed Aug 29 20:15:28 UTC 2018


---
 cpukit/score/cpu/bfin/cpu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpukit/score/cpu/bfin/cpu.c b/cpukit/score/cpu/bfin/cpu.c
index f5fb0c4..00d0f21 100644
--- a/cpukit/score/cpu/bfin/cpu.c
+++ b/cpukit/score/cpu/bfin/cpu.c
@@ -169,7 +169,7 @@ void _CPU_ISR_install_vector(
 }
 
 #if (CPU_PROVIDES_IDLE_THREAD_BODY == TRUE)
-void *_CPU_Thread_Idle_body(uint32_t ignored)
+void *_CPU_Thread_Idle_body(uintptr_t ignored)
 {
   while (1) {
     __asm__ __volatile__("ssync; idle; ssync");
-- 
1.8.3.1




More information about the devel mailing list