Merge tag 'pm-4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
[linux/fpc-iii.git] / arch / x86 / include / asm / tlbbatch.h
blobf4a6ff352a0e5dbe7c231d38c834ab98a7803e62
1 #ifndef _ARCH_X86_TLBBATCH_H
2 #define _ARCH_X86_TLBBATCH_H
4 #include <linux/cpumask.h>
6 struct 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..
11 struct cpumask cpumask;
14 #endif /* _ARCH_X86_TLBBATCH_H */