mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 03:21:44 +08:00
bsps/i386: Enable instruction cache support
This commit is contained in:
Vendored
+1
-1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user