staging: erofs: fix warning Comparison to bool
[linux/fpc-iii.git] / arch / h8300 / include / asm / cache.h
blob4243eb319acf3f0050a7ca7db222085f51bcc139
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ARCH_H8300_CACHE_H
3 #define __ARCH_H8300_CACHE_H
5 /* bytes per L1 cache line */
6 #define L1_CACHE_SHIFT 2
7 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT)
9 #define __cacheline_aligned
10 #define ____cacheline_aligned
12 #endif