[rtems commit] bsps/i386: Enable instruction cache support

Sebastian Huber sebh at rtems.org
Fri Dec 21 09:33:11 UTC 2018


Module:    rtems
Branch:    master
Commit:    750e79519a8061fecbf23ea7c96a7767b1099267
Changeset: http://git.rtems.org/rtems/commit/?id=750e79519a8061fecbf23ea7c96a7767b1099267

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Dec 21 07:27:16 2018 +0100

bsps/i386: Enable instruction cache support

---

 bsps/i386/shared/cache/cache.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bsps/i386/shared/cache/cache.c b/bsps/i386/shared/cache/cache.c
index ecbabc4..f8358f2 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)
 {




More information about the vc mailing list