Changeset 541dfb2 in rtems
- Timestamp:
- 01/29/97 00:22:24 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 2f93371
- Parents:
- 36dbb51
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/a29k/a29k.h
r36dbb51 r541dfb2 19 19 extern "C" { 20 20 #endif 21 22 /*23 * The following define the CPU Family and Model within the family24 *25 * NOTE: The string "REPLACE_THIS_WITH_THE_CPU_MODEL" is replaced26 * with the name of the appropriate macro for this target CPU.27 */28 29 #ifdef a29k30 #undef a29k31 #endif32 #define a29k33 34 #ifdef REPLACE_THIS_WITH_THE_CPU_MODEL35 #undef REPLACE_THIS_WITH_THE_CPU_MODEL36 #endif37 #define REPLACE_THIS_WITH_THE_CPU_MODEL38 39 #ifdef REPLACE_THIS_WITH_THE_BSP40 #undef REPLACE_THIS_WITH_THE_BSP41 #endif42 #define REPLACE_THIS_WITH_THE_BSP43 21 44 22 /* -
c/src/exec/score/cpu/hppa1.1/hppa.h
r36dbb51 r541dfb2 31 31 extern "C" { 32 32 #endif 33 34 /*35 * The following define the CPU Family and Model within the family36 *37 * NOTE: The string "REPLACE_THIS_WITH_THE_CPU_MODEL" is replaced38 * with the name of the appropriate macro for this target CPU.39 */40 41 #ifdef hppa1_142 #undef hppa1_143 #endif44 #define hppa1_145 46 #ifdef REPLACE_THIS_WITH_THE_CPU_MODEL47 #undef REPLACE_THIS_WITH_THE_CPU_MODEL48 #endif49 #define REPLACE_THIS_WITH_THE_CPU_MODEL50 51 #ifdef REPLACE_THIS_WITH_THE_BSP52 #undef REPLACE_THIS_WITH_THE_BSP53 #endif54 #define REPLACE_THIS_WITH_THE_BSP55 33 56 34 /* -
c/src/exec/score/cpu/i386/i386.h
r36dbb51 r541dfb2 21 21 extern "C" { 22 22 #endif 23 24 /*25 * The following define the CPU Family and Model within the family26 *27 * NOTE: The string "REPLACE_THIS_WITH_THE_CPU_MODEL" is replaced28 * with the name of the appropriate macro for this target CPU.29 */30 31 #ifdef i38632 #undef i38633 #endif34 #define i386 135 36 #ifdef REPLACE_THIS_WITH_THE_CPU_MODEL37 #undef REPLACE_THIS_WITH_THE_CPU_MODEL38 #endif39 #define REPLACE_THIS_WITH_THE_CPU_MODEL40 41 #ifdef REPLACE_THIS_WITH_THE_BSP42 #undef REPLACE_THIS_WITH_THE_BSP43 #endif44 #define REPLACE_THIS_WITH_THE_BSP45 23 46 24 /* -
c/src/exec/score/cpu/i960/i960.h
r36dbb51 r541dfb2 21 21 extern "C" { 22 22 #endif 23 24 /*25 * The following define the CPU Family and Model within the family26 *27 * NOTE: The string "REPLACE_THIS_WITH_THE_CPU_MODEL" is replaced28 * with the name of the appropriate macro for this target CPU.29 */30 31 #ifdef i96032 #undef i96033 #endif34 #define i96035 36 #ifdef REPLACE_THIS_WITH_THE_CPU_MODEL37 #undef REPLACE_THIS_WITH_THE_CPU_MODEL38 #endif39 #define REPLACE_THIS_WITH_THE_CPU_MODEL40 41 #ifdef REPLACE_THIS_WITH_THE_BSP42 #undef REPLACE_THIS_WITH_THE_BSP43 #endif44 #define REPLACE_THIS_WITH_THE_BSP45 23 46 24 /* -
c/src/exec/score/cpu/m68k/m68k.h
r36dbb51 r541dfb2 21 21 extern "C" { 22 22 #endif 23 24 /*25 * The following define the CPU Family and Model within the family26 *27 * NOTE: The string "REPLACE_THIS_WITH_THE_CPU_MODEL" is replaced28 * with the name of the appropriate macro for this target CPU.29 */30 31 #ifdef m68k32 #undef m68k33 #endif34 #define m68k35 36 #ifdef REPLACE_THIS_WITH_THE_CPU_MODEL37 #undef REPLACE_THIS_WITH_THE_CPU_MODEL38 #endif39 #define REPLACE_THIS_WITH_THE_CPU_MODEL40 41 #ifdef REPLACE_THIS_WITH_THE_BSP42 #undef REPLACE_THIS_WITH_THE_BSP43 #endif44 #define REPLACE_THIS_WITH_THE_BSP45 23 46 24 /* -
c/src/exec/score/cpu/mips64orion/mips64orion.h
r36dbb51 r541dfb2 37 37 38 38 /* 39 * The following define the CPU Family and Model within the family40 *41 * NOTE: The string "REPLACE_THIS_WITH_THE_CPU_MODEL" is replaced42 * with the name of the appropriate macro for this target CPU.43 */44 45 #ifdef mips64orion46 #undef mips64orion47 #endif48 #define mips64orion49 50 #ifdef REPLACE_THIS_WITH_THE_CPU_MODEL51 #undef REPLACE_THIS_WITH_THE_CPU_MODEL52 #endif53 #define REPLACE_THIS_WITH_THE_CPU_MODEL54 55 #ifdef REPLACE_THIS_WITH_THE_BSP56 #undef REPLACE_THIS_WITH_THE_BSP57 #endif58 #define REPLACE_THIS_WITH_THE_BSP59 60 /*61 39 * This file contains the information required to build 62 40 * RTEMS for a particular member of the "no cpu" -
c/src/exec/score/cpu/no_cpu/no_cpu.h
r36dbb51 r541dfb2 22 22 extern "C" { 23 23 #endif 24 25 /*26 * The following define the CPU Family and Model within the family27 *28 * NOTE: The string "REPLACE_THIS_WITH_THE_CPU_MODEL" is replaced29 * with the name of the appropriate macro for this target CPU.30 */31 32 #ifdef no_cpu33 #undef no_cpu34 #endif35 #define no_cpu36 37 #ifdef REPLACE_THIS_WITH_THE_CPU_MODEL38 #undef REPLACE_THIS_WITH_THE_CPU_MODEL39 #endif40 #define REPLACE_THIS_WITH_THE_CPU_MODEL41 42 #ifdef REPLACE_THIS_WITH_THE_BSP43 #undef REPLACE_THIS_WITH_THE_BSP44 #endif45 #define REPLACE_THIS_WITH_THE_BSP46 24 47 25 /* -
c/src/exec/score/cpu/powerpc/ppc.h
r36dbb51 r541dfb2 41 41 extern "C" { 42 42 #endif 43 44 /*45 * The following define the CPU Family and Model within the family46 *47 * NOTE: The string "REPLACE_THIS_WITH_THE_CPU_MODEL" is replaced48 * with the name of the appropriate macro for this target CPU.49 */50 51 #ifdef ppc52 #undef ppc53 #endif54 #define ppc55 56 #ifdef REPLACE_THIS_WITH_THE_CPU_MODEL57 #undef REPLACE_THIS_WITH_THE_CPU_MODEL58 #endif59 #define REPLACE_THIS_WITH_THE_CPU_MODEL60 61 #ifdef REPLACE_THIS_WITH_THE_BSP62 #undef REPLACE_THIS_WITH_THE_BSP63 #endif64 #define REPLACE_THIS_WITH_THE_BSP65 43 66 44 /* -
c/src/exec/score/cpu/unix/unix.h
r36dbb51 r541dfb2 21 21 extern "C" { 22 22 #endif 23 24 /*25 * The following define the CPU Family and Model within the family26 *27 * NOTE: The string "REPLACE_THIS_WITH_THE_CPU_MODEL" is replaced28 * with the name of the appropriate macro for this target CPU.29 */30 31 #ifdef unix32 #undef unix33 #endif34 #define unix35 36 #ifdef REPLACE_THIS_WITH_THE_CPU_FAMILY37 #undef REPLACE_THIS_WITH_THE_CPU_FAMILY38 #endif39 #define REPLACE_THIS_WITH_THE_CPU_FAMILY40 41 #ifdef REPLACE_THIS_WITH_THE_BSP42 #undef REPLACE_THIS_WITH_THE_BSP43 #endif44 #define REPLACE_THIS_WITH_THE_BSP45 46 #ifdef REPLACE_THIS_WITH_THE_CPU_MODEL47 #undef REPLACE_THIS_WITH_THE_CPU_MODEL48 #endif49 #define REPLACE_THIS_WITH_THE_CPU_MODEL50 51 #ifdef REPLACE_THIS_WITH_THE_UNIX_FLAVOR52 #undef REPLACE_THIS_WITH_THE_UNIX_FLAVOR53 #endif54 #define REPLACE_THIS_WITH_THE_UNIX_FLAVOR55 23 56 24 /* -
c/src/exec/score/headers/system.h
r36dbb51 r541dfb2 24 24 25 25 /* 26 * The following define the CPU Family and Model within the family 27 * 28 * NOTE: The string "REPLACE_THIS_WITH_USE_INLINE_OR_MACROS" is replaced 29 * with either "USE_INLINES" or "USE_MACROS" based upon the 30 * whether this target configuration uses the inline or 31 * macro implementations of the inlined RTEMS routines. 26 * The target options include file defines all target dependent 27 * parameters for this build of RTEMS. It must be included 28 * first so the basic macro definitions are in place. 32 29 */ 33 34 30 35 # define REPLACE_THIS_WITH_USE_INLINE_OR_MACROS31 #include <rtems/score/targopts.h> 36 32 37 33 /* -
c/src/exec/score/include/rtems/system.h
r36dbb51 r541dfb2 24 24 25 25 /* 26 * The following define the CPU Family and Model within the family 27 * 28 * NOTE: The string "REPLACE_THIS_WITH_USE_INLINE_OR_MACROS" is replaced 29 * with either "USE_INLINES" or "USE_MACROS" based upon the 30 * whether this target configuration uses the inline or 31 * macro implementations of the inlined RTEMS routines. 26 * The target options include file defines all target dependent 27 * parameters for this build of RTEMS. It must be included 28 * first so the basic macro definitions are in place. 32 29 */ 33 34 30 35 # define REPLACE_THIS_WITH_USE_INLINE_OR_MACROS31 #include <rtems/score/targopts.h> 36 32 37 33 /* -
cpukit/score/include/rtems/system.h
r36dbb51 r541dfb2 24 24 25 25 /* 26 * The following define the CPU Family and Model within the family 27 * 28 * NOTE: The string "REPLACE_THIS_WITH_USE_INLINE_OR_MACROS" is replaced 29 * with either "USE_INLINES" or "USE_MACROS" based upon the 30 * whether this target configuration uses the inline or 31 * macro implementations of the inlined RTEMS routines. 26 * The target options include file defines all target dependent 27 * parameters for this build of RTEMS. It must be included 28 * first so the basic macro definitions are in place. 32 29 */ 33 34 30 35 # define REPLACE_THIS_WITH_USE_INLINE_OR_MACROS31 #include <rtems/score/targopts.h> 36 32 37 33 /*
Note: See TracChangeset
for help on using the changeset viewer.