aio: only account I/O wait time in read_events if there are active requests
[linux-2.6.22.y-op.git] / include / asm-arm / cache.h
blob31332c8ac04ea0a21d184ff61db9044a094506a7
1 /*
2 * linux/include/asm-arm/cache.h
3 */
4 #ifndef __ASMARM_CACHE_H
5 #define __ASMARM_CACHE_H
7 #define L1_CACHE_SHIFT 5
8 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT)
10 #endif