|
|
| File: [Development] / linux-2.6-xfs / include / asm-m32r / cache.h (download)
Revision 1.3, Wed Jan 25 00:04:14 2006 UTC (11 years, 8 months ago) by cattelan
Merge up to 2.6.16-rc1 |
#ifndef _ASM_M32R_CACHE_H #define _ASM_M32R_CACHE_H /* $Id: cache.h,v 1.3 2006/01/25 00:04:14 cattelan Exp $ */ /* L1 cache line size */ #define L1_CACHE_SHIFT 4 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) #endif /* _ASM_M32R_CACHE_H */