[PATCH] lockdep: annotate pktcdvd natural device hierarchy
[linux-2.6/openmoko-kernel/knife-kernel.git] / include / asm-m32r / cache.h
blob9c2b2d9998bc9e13397cb28cc9d21f91e3a42214
1 #ifndef _ASM_M32R_CACHE_H
2 #define _ASM_M32R_CACHE_H
4 /* $Id$ */
6 /* L1 cache line size */
7 #define L1_CACHE_SHIFT 4
8 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT)
10 #endif /* _ASM_M32R_CACHE_H */