Changeset 97c465c in rtems for c/src/exec/score/cpu/sh/rtems/score/sh.h
- Timestamp:
- 11/18/99 21:30:12 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 149f3f9
- Parents:
- 4a238002
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/sh/rtems/score/sh.h
r4a238002 r97c465c 41 41 42 42 #if defined(sh7032) 43 #define CPU_MODEL_NAME "SH7032" 44 #define SH_HAS_FPU 0 43 45 44 #define CPU_MODEL_NAME "SH 7032" 46 #elif defined (sh7045) 47 #define CPU_MODEL_NAME "SH7045" 45 48 #define SH_HAS_FPU 0 49 50 #else 51 #error "Unsupported CPU Model" 52 53 #endif 46 54 47 55 /* 48 56 * If the following macro is set to 0 there will be no software irq stack 49 57 */ 58 59 #ifndef SH_HAS_SEPARATE_STACKS 50 60 #define SH_HAS_SEPARATE_STACKS 1 51 52 #elif defined (sh7045)53 54 #define CPU_MODEL_NAME "SH 7045"55 #define SH_HAS_FPU 056 57 /*58 * If the following macro is set to 0 there will be no software irq stack59 */60 #define SH_HAS_SEPARATE_STACKS 161 62 #else63 64 #error "Unsupported CPU Model"65 66 61 #endif 67 62
Note: See TracChangeset
for help on using the changeset viewer.