cache.h 212 B

123456789
  1. #ifndef _ASM_CRIS_ARCH_CACHE_H
  2. #define _ASM_CRIS_ARCH_CACHE_H
  3. /* A cache-line is 32 bytes. */
  4. #define L1_CACHE_BYTES 32
  5. #define L1_CACHE_SHIFT 5
  6. #define L1_CACHE_SHIFT_MAX 5
  7. #endif /* _ASM_CRIS_ARCH_CACHE_H */