summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/tlbbatch.h
blob: fedb0b87b8db45dbb5228f41c587efbcff9ef004 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ARCH_ARM64_TLBBATCH_H
#define _ARCH_ARM64_TLBBATCH_H

struct arch_tlbflush_unmap_batch {
	/*
	 * For arm64, HW can do tlb shootdown, so we don't
	 * need to record cpumask for sending IPI
	 */
};

#endif /* _ARCH_ARM64_TLBBATCH_H */