]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/x86/include/asm/tlbbatch.h
UBUNTU: Ubuntu-4.13.0-45.50
[mirror_ubuntu-artful-kernel.git] / arch / x86 / include / asm / tlbbatch.h
CommitLineData
e73ad5ff
AL
1#ifndef _ARCH_X86_TLBBATCH_H
2#define _ARCH_X86_TLBBATCH_H
3
4#include <linux/cpumask.h>
5
e73ad5ff
AL
6struct arch_tlbflush_unmap_batch {
7 /*
8 * Each bit set is a CPU that potentially has a TLB entry for one of
9 * the PFNs being flushed..
10 */
11 struct cpumask cpumask;
12};
e73ad5ff
AL
13
14#endif /* _ARCH_X86_TLBBATCH_H */