Changeset 9b974cf4 in rtems


Ignore:
Timestamp:
02/13/09 14:20:58 (15 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 5, master
Children:
ef06d30
Parents:
72f4b246
Message:

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

  • new-exceptions/cpu.c: Correct prototype of _CPU_Initialize.
Location:
c/src/lib/libcpu/powerpc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/powerpc/ChangeLog

    r72f4b246 r9b974cf4  
     12009-02-13      Joel Sherrill <joel.sherrill@OARcorp.com>
     2
     3        * new-exceptions/cpu.c: Correct prototype of _CPU_Initialize.
     4
    152008-10-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
    26
  • c/src/lib/libcpu/powerpc/new-exceptions/cpu.c

    r72f4b246 r9b974cf4  
    4040 *  This routine performs processor dependent initialization.
    4141 *
    42  *  INPUT PARAMETERS:
    43  *    thread_dispatch - address of disptaching routine
     42 *  INPUT PARAMETERS: NONE
    4443 */
    4544
    46 void _CPU_Initialize(
    47   void      (*thread_dispatch)      /* ignored on this CPU */
    48 )
     45void _CPU_Initialize(void)
    4946{
    5047  /* Do nothing */
     
    5552 *  _CPU_Context_Initialize
    5653 */
    57 
    5854
    5955void _CPU_Context_Initialize(
Note: See TracChangeset for help on using the changeset viewer.