Merge tag 'nfs-for-4.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[deliverable/linux.git] / arch / x86 / include / asm / kmap_types.h
CommitLineData
1965aae3
PA
1#ifndef _ASM_X86_KMAP_TYPES_H
2#define _ASM_X86_KMAP_TYPES_H
c4ac82a8
TG
3
4#if defined(CONFIG_X86_32) && defined(CONFIG_DEBUG_HIGHMEM)
e4c9dd0f 5#define __WITH_KM_FENCE
c4ac82a8
TG
6#endif
7
e4c9dd0f 8#include <asm-generic/kmap_types.h>
c4ac82a8 9
e4c9dd0f 10#undef __WITH_KM_FENCE
c4ac82a8 11
1965aae3 12#endif /* _ASM_X86_KMAP_TYPES_H */
This page took 0.619527 seconds and 5 git commands to generate.