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:
Joel Sherrill
2009-02-12 15:58:02 +00:00
parent 2a0a791fce
commit 72f4b2468a
2 changed files with 6 additions and 1 deletions

View File

@@ -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.

View File

@@ -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 */