kernel/arch/csky/include/asm/fixmap.h
.. .. @@ -8,7 +8,7 @@ 8 8 #include <asm/memory.h> 9 9 #ifdef CONFIG_HIGHMEM 10 10 #include <linux/threads.h> 11 -#include <asm/kmap_size.h>11 +#include <asm/kmap_types.h>12 12 #endif 13 13 14 14 enum fixed_addresses { .. .. @@ -17,7 +17,7 @@ 17 17 #endif 18 18 #ifdef CONFIG_HIGHMEM 19 19 FIX_KMAP_BEGIN, 20 - FIX_KMAP_END = FIX_KMAP_BEGIN + (KM_MAX_IDX * NR_CPUS) - 1,20 + FIX_KMAP_END = FIX_KMAP_BEGIN + (KM_TYPE_NR * NR_CPUS) - 1,21 21 #endif 22 22 __end_of_fixed_addresses 23 23 };