Changeset 541dfb2 in rtems for c/src/exec/score/cpu/hppa1.1/hppa.h
- Timestamp:
- Jan 29, 1997, 12:22:24 AM (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 2f93371
- Parents:
- 36dbb51
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 /*
Note: See TracChangeset
for help on using the changeset viewer.