drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git] / arch / riscv / include / asm / tlbbatch.h
blob46014f70b9daa19348e6b9d7162b5628dbd1e7b9
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Copyright (C) 2023 Rivos Inc.
4 */
6 #ifndef _ASM_RISCV_TLBBATCH_H
7 #define _ASM_RISCV_TLBBATCH_H
9 #include <linux/cpumask.h>
11 struct arch_tlbflush_unmap_batch {
12 struct cpumask cpumask;
15 #endif /* _ASM_RISCV_TLBBATCH_H */