summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/tlbbatch.h
blob: 46014f70b9daa19348e6b9d7162b5628dbd1e7b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (C) 2023 Rivos Inc.
 */

#ifndef _ASM_RISCV_TLBBATCH_H
#define _ASM_RISCV_TLBBATCH_H

#include <linux/cpumask.h>

struct arch_tlbflush_unmap_batch {
	struct cpumask cpumask;
};

#endif /* _ASM_RISCV_TLBBATCH_H */