Import 2.1.42pre1
[davej-history.git] / include / asm-sparc64 / cache.h
blob8c2ec6bc62d7a78a487781487db470522cdfe373
1 /*
2 * include/asm-sparc64/cache.h
3 */
4 #ifndef __ARCH_SPARC64_CACHE_H
5 #define __ARCH_SPARC64_CACHE_H
7 /* bytes per L1 cache line */
8 #define L1_CACHE_BYTES 32 /* Two 16-byte sub-blocks per line. */
10 #define L1_CACHE_ALIGN(x) (((x)+(L1_CACHE_BYTES-1))&~(L1_CACHE_BYTES-1))
12 #endif