linux/arch/cris/include/arch-v10/arch/cache.h
<<
>>
Prefs
   1/* SPDX-License-Identifier: GPL-2.0 */
   2#ifndef _ASM_ARCH_CACHE_H
   3#define _ASM_ARCH_CACHE_H
   4
   5/* Etrax 100LX have 32-byte cache-lines. */
   6#define L1_CACHE_BYTES 32
   7#define L1_CACHE_SHIFT 5
   8
   9#endif /* _ASM_ARCH_CACHE_H */
  10