Changeset 68931b5 in rtems for cpukit


Ignore:
Timestamp:
06/14/95 20:59:22 (29 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
637df35
Parents:
620d699
Message:

added David Glessner's 68302 work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/score/cpu/no_cpu/cpu.c

    r620d699 r68931b5  
    5151
    5252  /*
    53    * XXX; If there is not an easy way to initialize the FP context
    54    *      during Context_Initialize, then it is usually easier to
    55    *      save an "uninitialized" FP context here and copy it to
    56    *      the task's during Context_Initialize.
     53   * If there is not an easy way to initialize the FP context
     54   *  during Context_Initialize, then it is usually easier to
     55   *  save an "uninitialized" FP context here and copy it to
     56   *  the task's during Context_Initialize.
    5757   */
    5858
    59   /* XXX: FP context initialization support */
     59  /* FP context initialization support goes here */
    6060
    6161  _CPU_Table = *cpu_table;
Note: See TracChangeset for help on using the changeset viewer.