Changeset 8bbead13 in rtems


Ignore:
Timestamp:
02/12/09 15:55:36 (15 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 5, master
Children:
59b68bd
Parents:
6748b76c
Message:

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

  • cpu.c: 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/c4x/ChangeLog

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

    r6748b76c r8bbead13  
    164164
    165165#if (CPU_PROVIDES_IDLE_THREAD_BODY == 1)
    166 void *_CPU_Thread_Idle_body( uint32_t ignored )
     166void *_CPU_Thread_Idle_body( uintptr_t ignored )
    167167{
    168168
  • cpukit/score/cpu/h8300/ChangeLog

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

    r6748b76c r8bbead13  
    144144
    145145#if 0
    146 void *_CPU_Thread_Idle_body( uint32_t ignored )
     146void *_CPU_Thread_Idle_body( uintptr_t ignored )
    147147{
    148148
Note: See TracChangeset for help on using the changeset viewer.