Changeset 12983170 in rtems
- Timestamp:
- 06/15/00 21:57:19 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 66a99a96
- Parents:
- a94c0ace
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/dmv177/startup/bspstart.c
ra94c0ace r12983170 132 132 133 133 #if ( PPC_USE_INSTRUCTION_CACHE ) 134 powerpc_instruction_cache_enable();134 rtems_cache_enable_instruction(); 135 135 #endif 136 136 137 137 #if ( PPC_USE_DATA_CACHE ) 138 powerpc_data_cache_enable();138 rtems_cache_enable_data(); 139 139 #endif 140 141 140 }
Note: See TracChangeset
for help on using the changeset viewer.