summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m68k/rtems/score/cpu.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-12 15:55:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-12 15:55:54 +0000
commit59b68bd1c8b5ed1b07b59c4c68e779a206f69382 (patch)
treea17cd61701076a199ae727901dac519a10e63bc6 /cpukit/score/cpu/m68k/rtems/score/cpu.h
parent2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-59b68bd1c8b5ed1b07b59c4c68e779a206f69382.tar.bz2
2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/score/cpu.h: Change prototype of IDLE thread to consistently return void * and take a uintptr_t argument.
Diffstat (limited to 'cpukit/score/cpu/m68k/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/m68k/rtems/score/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/m68k/rtems/score/cpu.h b/cpukit/score/cpu/m68k/rtems/score/cpu.h
index 3cc48847ce..c60faf34d1 100644
--- a/cpukit/score/cpu/m68k/rtems/score/cpu.h
+++ b/cpukit/score/cpu/m68k/rtems/score/cpu.h
@@ -469,7 +469,7 @@ uint32_t _CPU_ISR_Get_level( void );
* is TRUE.
*/
-void *_CPU_Thread_Idle_body( uint32_t );
+void *_CPU_Thread_Idle_body( uintptr_t ignored );
/*
* Fatal Error manager macros