aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/cache_mm.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/include/asm/cache_mm.h')
-rw-r--r--arch/m68k/include/asm/cache_mm.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/cache_mm.h b/arch/m68k/include/asm/cache_mm.h
new file mode 100644
index 000000000000..fed3fd30de7e
--- /dev/null
+++ b/arch/m68k/include/asm/cache_mm.h
@@ -0,0 +1,11 @@
1/*
2 * include/asm-m68k/cache.h
3 */
4#ifndef __ARCH_M68K_CACHE_H
5#define __ARCH_M68K_CACHE_H
6
7/* bytes per L1 cache line */
8#define L1_CACHE_SHIFT 4
9#define L1_CACHE_BYTES (1<< L1_CACHE_SHIFT)
10
11#endif