Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / arch / x86 / include / asm / kmap_types.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_X86_KMAP_TYPES_H
3 #define _ASM_X86_KMAP_TYPES_H
4
5 #if defined(CONFIG_X86_32) && defined(CONFIG_DEBUG_HIGHMEM)
6 #define  __WITH_KM_FENCE
7 #endif
8
9 #include <asm-generic/kmap_types.h>
10
11 #undef __WITH_KM_FENCE
12
13 #endif /* _ASM_X86_KMAP_TYPES_H */