]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/x86/include/asm/tlbbatch.h
Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaa...
[mirror_ubuntu-bionic-kernel.git] / arch / x86 / include / asm / tlbbatch.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
e73ad5ff
AL
2#ifndef _ARCH_X86_TLBBATCH_H
3#define _ARCH_X86_TLBBATCH_H
4
5#include <linux/cpumask.h>
6
e73ad5ff
AL
7struct arch_tlbflush_unmap_batch {
8 /*
9 * Each bit set is a CPU that potentially has a TLB entry for one of
10 * the PFNs being flushed..
11 */
12 struct cpumask cpumask;
13};
e73ad5ff
AL
14
15#endif /* _ARCH_X86_TLBBATCH_H */