summaryrefslogtreecommitdiffstats
path: root/arch/avr32/include/asm/kmap_types.h
blob: 479330b89796fe1aeefc116da4f6727fab494e64 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __ASM_AVR32_KMAP_TYPES_H
#define __ASM_AVR32_KMAP_TYPES_H

#ifdef CONFIG_DEBUG_HIGHMEM
# define KM_TYPE_NR 29
#else
# define KM_TYPE_NR 14
#endif

#endif /* __ASM_AVR32_KMAP_TYPES_H */