From 750e79519a8061fecbf23ea7c96a7767b1099267 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 21 Dec 2018 07:27:16 +0100 Subject: bsps/i386: Enable instruction cache support --- bsps/i386/shared/cache/cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bsps/i386/shared/cache/cache.c') diff --git a/bsps/i386/shared/cache/cache.c b/bsps/i386/shared/cache/cache.c index ecbabc44ea..f8358f2295 100644 --- a/bsps/i386/shared/cache/cache.c +++ b/bsps/i386/shared/cache/cache.c @@ -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) { -- cgit v1.2.3