]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - include/asm-m68k/cache.h
[ARM] 3451/1: ep93xx: use the m48t86 rtc driver on the ts72xx platform
[linux-2.6-omap-h63xx.git] / include / asm-m68k / 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 #endif