]> git.ipfire.org Git - people/arne_f/kernel.git/blame - arch/cris/include/arch-v10/arch/cache.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[people/arne_f/kernel.git] / arch / cris / include / arch-v10 / arch / cache.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
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
1da177e4
LT
8
9#endif /* _ASM_ARCH_CACHE_H */