cache.h 180 B

12345678
  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. #endif /* _ASM_ARCH_CACHE_H */