Changeset 750e795 in rtems for bsps/i386/shared/cache
- Timestamp:
- 12/21/18 06:27:16 (5 years ago)
- Branches:
- 5, master
- Children:
- ba85655
- Parents:
- 2158621
- git-author:
- Sebastian Huber <sebastian.huber@…> (12/21/18 06:27:16)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (12/21/18 06:56:35)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/i386/shared/cache/cache.c
r2158621 r750e795 9 9 #define I386_CACHE_ALIGNMENT 16 10 10 #define CPU_DATA_CACHE_ALIGNMENT I386_CACHE_ALIGNMENT 11 #define CPU_INSTRUCTION_CACHE_ALIGN EMNT I386_CACHE_ALIGNMENT11 #define CPU_INSTRUCTION_CACHE_ALIGNMENT I386_CACHE_ALIGNMENT 12 12 13 13 void _CPU_disable_cache(void)
Note: See TracChangeset
for help on using the changeset viewer.