forked from Imagelibrary/rtems
2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/setvec.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>
|
||||
|
||||
* startup/setvec.c: Change prototype of IDLE thread to consistently
|
||||
return void * and take a uintptr_t argument.
|
||||
|
||||
2008-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove -e start from %link.
|
||||
|
||||
@@ -62,7 +62,7 @@ rtems_isr_entry set_vector( /* returns old vector */
|
||||
|
||||
/* ERC32 power-down function */
|
||||
|
||||
void _CPU_Thread_Idle_body( void )
|
||||
void *_CPU_Thread_Idle_body( uintptr_t ignored )
|
||||
{
|
||||
while (1) {
|
||||
ERC32_MEC.Power_Down = 0; /* value is irrelevant */
|
||||
|
||||
Reference in New Issue
Block a user