forked from Imagelibrary/rtems
2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/misc/m68kidle.c: Change prototype of IDLE thread to consistently return void * and take a uintptr_t argument.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* shared/misc/m68kidle.c: Change prototype of IDLE thread to
|
||||
consistently return void * and take a uintptr_t argument.
|
||||
|
||||
2009-02-11 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
PR 1369/bsps
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
* Output parameters: NONE
|
||||
*/
|
||||
|
||||
void *_CPU_Thread_Idle_body( uint32_t ignored )
|
||||
void *_CPU_Thread_Idle_body( uintptr_t ignored )
|
||||
{
|
||||
#if defined(mcf5272)
|
||||
for( ; ; ) {
|
||||
|
||||
Reference in New Issue
Block a user