summaryrefslogtreecommitdiffstats
path: root/src/cache_types.h
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2022-08-08 19:21:29 +0200
committerLouis Burda <quent.burda@gmail.com>2022-08-08 19:21:46 +0200
commitd8a20a54b05e2c9adb5198b1439608391450dd0b (patch)
treeb6c1e472df9ceb5923d0aee4d77443b942023f62 /src/cache_types.h
parent576e8dc70825a04af3ac9890491d348959bf19ce (diff)
downloadcachepc-d8a20a54b05e2c9adb5198b1439608391450dd0b.tar.gz
cachepc-d8a20a54b05e2c9adb5198b1439608391450dd0b.zip
Added ioctl interface and debuged single access evictions
Diffstat (limited to 'src/cache_types.h')
-rwxr-xr-xsrc/cache_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cache_types.h b/src/cache_types.h
index 6bba73d..33da39b 100755
--- a/src/cache_types.h
+++ b/src/cache_types.h
@@ -2,8 +2,6 @@
#include "device_conf.h"
-#include <linux/build_bug.h>
-
#define SET_MASK(SETS) (((((uintptr_t) SETS) * CACHELINE_SIZE) - 1) ^ (CACHELINE_SIZE - 1))
#define REMOVE_PAGE_OFFSET(ptr) ((void *) (((uintptr_t) ptr) & PAGE_MASK))