diff options
Diffstat (limited to 'src/vppinfra')
-rw-r--r-- | src/vppinfra/cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vppinfra/cache.h b/src/vppinfra/cache.h index 8e1f9483bde..7464b77a41b 100644 --- a/src/vppinfra/cache.h +++ b/src/vppinfra/cache.h @@ -45,7 +45,7 @@ */ #ifndef CLIB_LOG2_CACHE_LINE_BYTES -#if defined(__x86_64__) || defined(__ARM_ARCH_7A__) +#if defined(__x86_64__) || defined(__ARM_ARCH_7A__) || defined(__i386__) #define CLIB_LOG2_CACHE_LINE_BYTES 6 #endif |