diff options
Diffstat (limited to 'arch/cris/include/arch-v10/arch/cache.h')
-rw-r--r-- | arch/cris/include/arch-v10/arch/cache.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/cris/include/arch-v10/arch/cache.h b/arch/cris/include/arch-v10/arch/cache.h new file mode 100644 index 000000000000..aea27184d2d2 --- /dev/null +++ b/arch/cris/include/arch-v10/arch/cache.h @@ -0,0 +1,8 @@ +#ifndef _ASM_ARCH_CACHE_H +#define _ASM_ARCH_CACHE_H + +/* Etrax 100LX have 32-byte cache-lines. */ +#define L1_CACHE_BYTES 32 +#define L1_CACHE_SHIFT 5 + +#endif /* _ASM_ARCH_CACHE_H */ |