aboutsummaryrefslogtreecommitdiffstats
path: root/vppinfra/vppinfra/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'vppinfra/vppinfra/cache.h')
-rw-r--r--vppinfra/vppinfra/cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vppinfra/vppinfra/cache.h b/vppinfra/vppinfra/cache.h
index fea11169..92e1e8cf 100644
--- a/vppinfra/vppinfra/cache.h
+++ b/vppinfra/vppinfra/cache.h
@@ -45,7 +45,7 @@
*/
#ifndef CLIB_LOG2_CACHE_LINE_BYTES
-#ifdef __x86_64__
+#if defined(__x86_64__) || defined(__ARM_ARCH_7A__)
#define CLIB_LOG2_CACHE_LINE_BYTES 6
#endif