cache.h 209 B

123456789
  1. #ifndef _ASM_ARCH_CACHE_H
  2. #define _ASM_ARCH_CACHE_H
  3. /* Etrax 100LX have 32-byte cache-lines. */
  4. #define L1_CACHE_BYTES 32
  5. #define L1_CACHE_SHIFT 5
  6. #define L1_CACHE_SHIFT_MAX 5
  7. #endif /* _ASM_ARCH_CACHE_H */