2026-01-29 22:25:33 +08:00

14 lines
267 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* include/asm/cache.h
*/
#ifndef _ASM_SW64_CACHE_H
#define _ASM_SW64_CACHE_H
#define L1_CACHE_SHIFT 7
#define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT)
#define SMP_CACHE_BYTES L1_CACHE_BYTES
#endif /* _ASM_SW64_CACHE_H */