Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / arch / arm64 / include / asm / tlbbatch.h
blobfedb0b87b8db45dbb5228f41c587efbcff9ef004
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ARCH_ARM64_TLBBATCH_H
3 #define _ARCH_ARM64_TLBBATCH_H
5 struct arch_tlbflush_unmap_batch {
6 /*
7 * For arm64, HW can do tlb shootdown, so we don't
8 * need to record cpumask for sending IPI
9 */
12 #endif /* _ARCH_ARM64_TLBBATCH_H */