forked from Imagelibrary/rtems
bsps/i386: Enable instruction cache support
This commit is contained in:
2
bsps/i386/shared/cache/cache.c
vendored
2
bsps/i386/shared/cache/cache.c
vendored
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
#define I386_CACHE_ALIGNMENT 16
|
#define I386_CACHE_ALIGNMENT 16
|
||||||
#define CPU_DATA_CACHE_ALIGNMENT I386_CACHE_ALIGNMENT
|
#define CPU_DATA_CACHE_ALIGNMENT I386_CACHE_ALIGNMENT
|
||||||
#define CPU_INSTRUCTION_CACHE_ALIGNEMNT I386_CACHE_ALIGNMENT
|
#define CPU_INSTRUCTION_CACHE_ALIGNMENT I386_CACHE_ALIGNMENT
|
||||||
|
|
||||||
void _CPU_disable_cache(void)
|
void _CPU_disable_cache(void)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user