Changeset 750e795 in rtems for bsps/i386/shared/cache


Ignore:
Timestamp:
12/21/18 06:27:16 (5 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
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)
Message:

bsps/i386: Enable instruction cache support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bsps/i386/shared/cache/cache.c

    r2158621 r750e795  
    99#define I386_CACHE_ALIGNMENT 16
    1010#define CPU_DATA_CACHE_ALIGNMENT I386_CACHE_ALIGNMENT
    11 #define CPU_INSTRUCTION_CACHE_ALIGNEMNT I386_CACHE_ALIGNMENT
     11#define CPU_INSTRUCTION_CACHE_ALIGNMENT I386_CACHE_ALIGNMENT
    1212
    1313void _CPU_disable_cache(void)
Note: See TracChangeset for help on using the changeset viewer.