• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/include/asm/
1#ifndef _ASM_X86_KMAP_TYPES_H
2#define _ASM_X86_KMAP_TYPES_H
3
4#if defined(CONFIG_X86_32) && defined(CONFIG_DEBUG_HIGHMEM)
5#define  __WITH_KM_FENCE
6#endif
7
8#include <asm-generic/kmap_types.h>
9
10#undef __WITH_KM_FENCE
11
12#endif /* _ASM_X86_KMAP_TYPES_H */
13