]> rtime.felk.cvut.cz Git - mcf548x/linux.git/blob - arch/m68k/include/asm/cache.h
18963a7210894977bec7c8fd86966e9466a025c2
[mcf548x/linux.git] / arch / m68k / include / asm / cache.h
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 #define ARCH_DMA_MINALIGN       L1_CACHE_BYTES
12
13 #ifdef CONFIG_COLDFIRE
14
15 # ifdef CONFIG_M547X_8X
16 #  include "asm/cache_coldfire_m547x_8x.h"
17 # endif //CONFIG_M547X_8X
18
19 #endif //CONFIG_COLDFIRE
20
21 #endif //!__ARCH_M68K_CACHE_H