From 76cb841cb886eef6b3bee341a2266c76578724ad Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 03:02:30 +0200 Subject: Adding upstream version 4.19.249. Signed-off-by: Daniel Baumann --- arch/h8300/include/asm/tlb.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 arch/h8300/include/asm/tlb.h (limited to 'arch/h8300/include/asm/tlb.h') diff --git a/arch/h8300/include/asm/tlb.h b/arch/h8300/include/asm/tlb.h new file mode 100644 index 000000000..98f344279 --- /dev/null +++ b/arch/h8300/include/asm/tlb.h @@ -0,0 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +#ifndef __H8300_TLB_H__ +#define __H8300_TLB_H__ + +#define tlb_flush(tlb) do { } while (0) + +#include + +#endif -- cgit v1.2.3