Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-m32r / cache.h
blob724820596980947f9c8d5a3baa7889a24271e23a
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 #define L1_CACHE_SHIFT_MAX 4
12 #endif /* _ASM_M32R_CACHE_H */