Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
wtarreau
/
linux-2.4
/
82582b970d04ad4bcfaa9d3f9c3c256619fd889f
/
.
/
include
/
asm-cris
/
cache.h
blob: 222f5d5316b05583b386546b71f2467ba3171bbd [
file
] [
log
] [
blame
]
#ifndef
_ASM_CACHE_H
#define
_ASM_CACHE_H
/* Etrax 100LX have 32-byte cache-lines. When we add support for future chips
* here should be a check for CPU type.
*/
#define
L1_CACHE_BYTES
32
#endif
/* _ASM_CACHE_H */