forked from Imagelibrary/rtems
2008-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>
* shared/misc/m68kidle.c: Correct prototype of Idle threads.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* shared/misc/m68kidle.c: Correct prototype of Idle threads.
|
||||
|
||||
2008-07-10 Peter Rasmussen <peter.rasmussen@embedded-brains.de>
|
||||
|
||||
* Makefile.am:
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
/*PAGE
|
||||
*
|
||||
* _Thread_Idle_body
|
||||
* _CPU_Thread_Idle_body
|
||||
*
|
||||
* This kernel routine is the idle thread. The idle thread runs any time
|
||||
* no other thread is ready to run. This thread loops forever with
|
||||
@@ -29,7 +29,7 @@
|
||||
* Output parameters: NONE
|
||||
*/
|
||||
|
||||
void _CPU_Thread_Idle_body( void )
|
||||
void *_CPU_Thread_Idle_body( uint32_t ignored )
|
||||
{
|
||||
#if defined(mcf5272)
|
||||
for( ; ; ) {
|
||||
|
||||
Reference in New Issue
Block a user