Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[platform/kernel/linux-rpi.git] / arch / avr32 / include / asm / kmap_types.h
1 #ifndef __ASM_AVR32_KMAP_TYPES_H
2 #define __ASM_AVR32_KMAP_TYPES_H
3
4 #ifdef CONFIG_DEBUG_HIGHMEM
5 # define KM_TYPE_NR 29
6 #else
7 # define KM_TYPE_NR 14
8 #endif
9
10 #endif /* __ASM_AVR32_KMAP_TYPES_H */