summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/mips/cpu.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-12 15:55:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-12 15:55:55 +0000
commitcca8379862a8fadbccf3f7f8e591659543c56375 (patch)
treebeadd52bc9fb0aec6c3d07637837ebd15150e618 /cpukit/score/cpu/mips/cpu.c
parent2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-cca8379862a8fadbccf3f7f8e591659543c56375.tar.bz2
2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c, 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/mips/cpu.c')
-rw-r--r--cpukit/score/cpu/mips/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/mips/cpu.c b/cpukit/score/cpu/mips/cpu.c
index 7593960b2d..0b6b2cee69 100644
--- a/cpukit/score/cpu/mips/cpu.c
+++ b/cpukit/score/cpu/mips/cpu.c
@@ -267,7 +267,7 @@ void _CPU_Install_interrupt_stack( void )
* hook with caution.
*/
-void *_CPU_Thread_Idle_body( uint32_t ignored )
+void *_CPU_Thread_Idle_body( uintptr_t ignored )
{
#if (__mips == 3) || (__mips == 32)
for( ; ; )