Changeset 136b1e2 in rtems
- Timestamp:
- Jan 29, 1997, 12:13:50 AM (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3aa5029
- Parents:
- ee7cf7d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/sparc/sparc.h
ree7cf7d r136b1e2 28 28 extern "C" { 29 29 #endif 30 31 /*32 * The following define the CPU Family and Model within the family33 *34 * NOTE: The string "REPLACE_THIS_WITH_THE_CPU_MODEL" is replaced35 * with the name of the appropriate macro for this target CPU.36 */37 38 #ifdef sparc39 #undef sparc40 #endif41 #define sparc42 43 #ifdef REPLACE_THIS_WITH_THE_CPU_MODEL44 #undef REPLACE_THIS_WITH_THE_CPU_MODEL45 #endif46 #define REPLACE_THIS_WITH_THE_CPU_MODEL47 48 #ifdef REPLACE_THIS_WITH_THE_BSP49 #undef REPLACE_THIS_WITH_THE_BSP50 #endif51 #define REPLACE_THIS_WITH_THE_BSP52 30 53 31 /*
Note: See TracChangeset
for help on using the changeset viewer.