aboutsummaryrefslogtreecommitdiffstats
path: root/arch/score/include/asm/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/score/include/asm/cache.h')
-rw-r--r--arch/score/include/asm/cache.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/score/include/asm/cache.h b/arch/score/include/asm/cache.h
deleted file mode 100644
index d55de3cbbb9f..000000000000
--- a/arch/score/include/asm/cache.h
+++ /dev/null
@@ -1,8 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef _ASM_SCORE_CACHE_H
-#define _ASM_SCORE_CACHE_H
-
-#define L1_CACHE_SHIFT 4
-#define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT)
-
-#endif /* _ASM_SCORE_CACHE_H */