aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra/cache.h
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2018-08-01 14:38:36 +0200
committerDamjan Marion <damarion@cisco.com>2018-08-01 14:39:58 +0200
commit5f21e1bd613b372ea6f8be6423894548dae59bdc (patch)
treebc88c9c1f3aec1c4768078514b9f6392ee037b0a /src/vppinfra/cache.h
parentafc725afaed47f90f48f148c5c8f74348e0aaf23 (diff)
Store USE_DLMALLOC in vppinfra/config.h
Change-Id: Ib596e7f525b83dc7e830bcf6a126cd210216ce86 Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/vppinfra/cache.h')
-rw-r--r--src/vppinfra/cache.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vppinfra/cache.h b/src/vppinfra/cache.h
index ac0835523cb..7a54d34dfee 100644
--- a/src/vppinfra/cache.h
+++ b/src/vppinfra/cache.h
@@ -45,9 +45,6 @@
*/
#ifndef CLIB_LOG2_CACHE_LINE_BYTES
-/* defines CLIB_LOG2_CACHE_LINE_BYTES */
-#include <vppinfra/config.h>
-
/* Default cache line size of 64 bytes. */
#ifndef CLIB_LOG2_CACHE_LINE_BYTES
#define CLIB_LOG2_CACHE_LINE_BYTES 6