acl-plugin: add hitcount to applied hash-acl entries
[vpp.git] / src / vppinfra / cache.h
index 8e1f948..7464b77 100644 (file)
@@ -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