summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-12 15:56:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-12 15:56:42 +0000
commit3aaf4797d0a147eb63980c714f6ac4b6d7fdae07 (patch)
treee9f0fecfa618ea4e2c1654be0a91cc9b141d1b94 /cpukit/sapi
parent2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-3aaf4797d0a147eb63980c714f6ac4b6d7fdae07.tar.bz2
2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/include/rtems/config.h, score/include/rtems/score/thread.h, score/src/threadidlebody.c: Change prototype of IDLE thread to consistently return void * and take a uintptr_t argument.
Diffstat (limited to 'cpukit/sapi')
-rw-r--r--cpukit/sapi/include/rtems/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/sapi/include/rtems/config.h b/cpukit/sapi/include/rtems/config.h
index 56a59183b3..7e8ace042f 100644
--- a/cpukit/sapi/include/rtems/config.h
+++ b/cpukit/sapi/include/rtems/config.h
@@ -128,7 +128,7 @@ typedef struct {
/** This element points to the BSP's optional idle task which may override
* the default one provided with RTEMS.
*/
- Thread (*idle_task)( uint32_t );
+ Thread (*idle_task)( uintptr_t );
/** This field specifies the size of the IDLE task's stack. If less than or
* equal to the minimum stack size, then the IDLE task will have the minimum