Changeset 541dfb2 in rtems for c/src/exec/score/cpu/powerpc/ppc.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/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 /*
Note: See TracChangeset
for help on using the changeset viewer.