Merge branch 'x86-alternatives-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
[pandora-kernel.git] / arch / sh / include / asm / kmap_types.h
1 #ifndef __SH_KMAP_TYPES_H
2 #define __SH_KMAP_TYPES_H
3
4 /* Dummy header just to define km_type. */
5
6 #ifdef CONFIG_DEBUG_HIGHMEM
7 #define  __WITH_KM_FENCE
8 #endif
9
10 #include <asm-generic/kmap_types.h>
11
12 #undef __WITH_KM_FENCE
13
14 #endif