• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
1#ifndef _ASM_KMAP_TYPES_H
2#define _ASM_KMAP_TYPES_H
3
4#ifdef 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
13