aboutsummaryrefslogtreecommitdiff
path: root/include/asm-um/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-um/cache.h')
-rw-r--r--include/asm-um/cache.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/asm-um/cache.h b/include/asm-um/cache.h
deleted file mode 100644
index 4b134fe8504..00000000000
--- a/include/asm-um/cache.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef __UM_CACHE_H
-#define __UM_CACHE_H
-
-/* These are x86 numbers */
-#define L1_CACHE_SHIFT 5
-#define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT)
-
-#define L1_CACHE_SHIFT_MAX 7 /* largest L1 which this arch supports */
-
-#endif