Changeset 01a5f6b2 in rtems


Ignore:
Timestamp:
12/06/97 15:09:30 (26 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
ccb806c
Parents:
b5fe39d
Message:

Moved include of rtems/score/cpu.h to make sure TRUE and FALSE were defined.
This simple error resulted in the wrong FP context structure being used
for hardware contexts on the m68k. This was a difficult problem to find.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/score/headers/system.h

    rb5fe39d r01a5f6b2  
    9797typedef void * proc_ptr;
    9898
    99 #include <rtems/score/cpu.h>        /* processor specific information */
    100 
    10199/*
    102100 *  Define NULL
     
    120118#define FALSE     (0)
    121119#endif
     120
     121#include <rtems/score/cpu.h>        /* processor specific information */
    122122
    123123#define stringify( _x ) # _x
  • c/src/exec/score/include/rtems/system.h

    rb5fe39d r01a5f6b2  
    9797typedef void * proc_ptr;
    9898
    99 #include <rtems/score/cpu.h>        /* processor specific information */
    100 
    10199/*
    102100 *  Define NULL
     
    120118#define FALSE     (0)
    121119#endif
     120
     121#include <rtems/score/cpu.h>        /* processor specific information */
    122122
    123123#define stringify( _x ) # _x
  • cpukit/score/include/rtems/system.h

    rb5fe39d r01a5f6b2  
    9797typedef void * proc_ptr;
    9898
    99 #include <rtems/score/cpu.h>        /* processor specific information */
    100 
    10199/*
    102100 *  Define NULL
     
    120118#define FALSE     (0)
    121119#endif
     120
     121#include <rtems/score/cpu.h>        /* processor specific information */
    122122
    123123#define stringify( _x ) # _x
Note: See TracChangeset for help on using the changeset viewer.