kernel/arch/nds32/include/asm/fixmap.h
.. .. @@ -6,7 +6,7 @@ 6 6 7 7 #ifdef CONFIG_HIGHMEM 8 8 #include <linux/threads.h> 9 -#include <asm/kmap_size.h>9 +#include <asm/kmap_types.h>10 10 #endif 11 11 12 12 enum fixed_addresses { .. .. @@ -14,7 +14,7 @@ 14 14 FIX_KMAP_RESERVED, 15 15 FIX_KMAP_BEGIN, 16 16 #ifdef CONFIG_HIGHMEM 17 - FIX_KMAP_END = FIX_KMAP_BEGIN + (KM_MAX_IDX * NR_CPUS) - 1,17 + FIX_KMAP_END = FIX_KMAP_BEGIN + (KM_TYPE_NR * NR_CPUS),18 18 #endif 19 19 FIX_EARLYCON_MEM_BASE, 20 20 __end_of_fixed_addresses