blob: 40b3ee98193dbf5177299ee1cfb82c673e749a7d [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _ASM_M32R_CACHE_H
2#define _ASM_M32R_CACHE_H
3
Linus Torvalds1da177e2005-04-16 15:20:36 -07004/* L1 cache line size */
5#define L1_CACHE_SHIFT 4
6#define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT)
7
Linus Torvalds1da177e2005-04-16 15:20:36 -07008#endif /* _ASM_M32R_CACHE_H */