]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/h8300/include/asm/cache.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / h8300 / include / asm / cache.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
d2a5f499
YS
2#ifndef __ARCH_H8300_CACHE_H
3#define __ARCH_H8300_CACHE_H
4
5/* bytes per L1 cache line */
6#define L1_CACHE_SHIFT 2
7#define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT)
8
9#define __cacheline_aligned
10#define ____cacheline_aligned
11
12#endif