aboutsummaryrefslogtreecommitdiff
path: root/include/asm-h8300/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-h8300/cache.h')
-rw-r--r--include/asm-h8300/cache.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/asm-h8300/cache.h b/include/asm-h8300/cache.h
deleted file mode 100644
index c6350283649..00000000000
--- a/include/asm-h8300/cache.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef __ARCH_H8300_CACHE_H
-#define __ARCH_H8300_CACHE_H
-
-/* bytes per L1 cache line */
-#define L1_CACHE_BYTES 4
-
-/* m68k-elf-gcc 2.95.2 doesn't like these */
-
-#define __cacheline_aligned
-#define ____cacheline_aligned
-
-#endif