Changeset 59b68bd in rtems


Ignore:
Timestamp:
02/12/09 15:55:54 (15 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 5, master
Children:
cca8379
Parents:
8bbead13
Message:

2009-02-12 Joel Sherrill <joel.sherrill@…>

  • rtems/score/cpu.h: Change prototype of IDLE thread to consistently return void * and take a uintptr_t argument.
Location:
cpukit/score/cpu
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • cpukit/score/cpu/m68k/ChangeLog

    r8bbead13 r59b68bd  
     12009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
     2
     3        * rtems/score/cpu.h: Change prototype of IDLE thread to consistently
     4        return void * and take a uintptr_t argument.
     5
    162009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
    27
  • cpukit/score/cpu/m68k/rtems/score/cpu.h

    r8bbead13 r59b68bd  
    470470 */
    471471
    472 void *_CPU_Thread_Idle_body( uint32_t );
     472void *_CPU_Thread_Idle_body( uintptr_t ignored );
    473473
    474474/*
  • cpukit/score/cpu/sparc/ChangeLog

    r8bbead13 r59b68bd  
     12009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
     2
     3        * rtems/score/cpu.h: Change prototype of IDLE thread to consistently
     4        return void * and take a uintptr_t argument.
     5
    162009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
    27
  • cpukit/score/cpu/sparc/rtems/score/cpu.h

    r8bbead13 r59b68bd  
    920920 */
    921921 
    922 void *_CPU_Thread_Idle_body( uint32_t );
    923  
     922void *_CPU_Thread_Idle_body( uintptr_t ignored );
     923
    924924#endif /* CPU_PROVIDES_IDLE_THREAD_BODY */
    925925
Note: See TracChangeset for help on using the changeset viewer.