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>
|
2008-07-10 Peter Rasmussen <peter.rasmussen@embedded-brains.de>
|
||||||
|
|
||||||
* Makefile.am:
|
* Makefile.am:
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
/*PAGE
|
/*PAGE
|
||||||
*
|
*
|
||||||
* _Thread_Idle_body
|
* _CPU_Thread_Idle_body
|
||||||
*
|
*
|
||||||
* This kernel routine is the idle thread. The idle thread runs any time
|
* 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
|
* no other thread is ready to run. This thread loops forever with
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
* Output parameters: NONE
|
* Output parameters: NONE
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void _CPU_Thread_Idle_body( void )
|
void *_CPU_Thread_Idle_body( uint32_t ignored )
|
||||||
{
|
{
|
||||||
#if defined(mcf5272)
|
#if defined(mcf5272)
|
||||||
for( ; ; ) {
|
for( ; ; ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user