bsps/i386: Enable instruction cache support

This commit is contained in:
Sebastian Huber
2018-12-21 07:27:16 +01:00
parent 2158621366
commit 750e79519a

View File

@@ -8,7 +8,7 @@
#define I386_CACHE_ALIGNMENT 16
#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)
{