Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.git] / include / asm-generic / kmap_types.h
blob90f99c74dd386b5412ae36ba0a9ba6ba14e63e55
1 #ifndef _ASM_GENERIC_KMAP_TYPES_H
2 #define _ASM_GENERIC_KMAP_TYPES_H
4 #ifdef __WITH_KM_FENCE
5 # define KM_TYPE_NR 41
6 #else
7 # define KM_TYPE_NR 20
8 #endif
10 #endif