blob: 9e00a731a7fbaad71b252d3779a54b04311407fd [file] [log] [blame]
H. Peter Anvin1965aae2008-10-22 22:26:29 -07001#ifndef _ASM_X86_KMAP_TYPES_H
2#define _ASM_X86_KMAP_TYPES_H
Thomas Gleixnerc4ac82a2007-10-15 23:28:20 +02003
4#if defined(CONFIG_X86_32) && defined(CONFIG_DEBUG_HIGHMEM)
Randy Dunlape4c9dd02009-06-16 15:33:47 -07005#define __WITH_KM_FENCE
Thomas Gleixnerc4ac82a2007-10-15 23:28:20 +02006#endif
7
Randy Dunlape4c9dd02009-06-16 15:33:47 -07008#include <asm-generic/kmap_types.h>
Thomas Gleixnerc4ac82a2007-10-15 23:28:20 +02009
Randy Dunlape4c9dd02009-06-16 15:33:47 -070010#undef __WITH_KM_FENCE
Thomas Gleixnerc4ac82a2007-10-15 23:28:20 +020011
H. Peter Anvin1965aae2008-10-22 22:26:29 -070012#endif /* _ASM_X86_KMAP_TYPES_H */