]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - include/linux/cache.h
move Rust sources to top level, C sources into c_src
[bcachefs-tools-debian] / include / linux / cache.h
diff --git a/include/linux/cache.h b/include/linux/cache.h
deleted file mode 100644 (file)
index c61167c..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef __TOOLS_LINUX_CACHE_H
-#define __TOOLS_LINUX_CACHE_H
-
-#define L1_CACHE_SHIFT         6
-#define L1_CACHE_BYTES         (1 << L1_CACHE_SHIFT)
-#define SMP_CACHE_BYTES                L1_CACHE_BYTES
-
-#define L1_CACHE_ALIGN(x)      __ALIGN_KERNEL(x, L1_CACHE_BYTES)
-
-#define __read_mostly
-#define __ro_after_init
-
-#define ____cacheline_aligned  __attribute__((__aligned__(SMP_CACHE_BYTES)))
-#define ____cacheline_aligned_in_smp ____cacheline_aligned
-
-#endif /* __TOOLS_LINUX_CACHE_H */
-