diff options
Diffstat (limited to 'src/cache_types.h')
| -rwxr-xr-x | src/cache_types.h | 2 |
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)) |
