]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - arch/h8300/include/asm/tlb.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / arch / h8300 / include / asm / tlb.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
d2a5f499
YS
2#ifndef __H8300_TLB_H__
3#define __H8300_TLB_H__
4
5#define tlb_flush(tlb) do { } while (0)
6
7#include <asm-generic/tlb.h>
8
9#endif