kernel/arch/xtensa/include/asm/fixmap.h
.. .. @@ -16,7 +16,7 @@ 16 16 #ifdef CONFIG_HIGHMEM 17 17 #include <linux/threads.h> 18 18 #include <linux/pgtable.h> 19 -#include <asm/kmap_size.h>19 +#include <asm/kmap_types.h>20 20 #endif 21 21 22 22 /* .. .. @@ -39,7 +39,7 @@ 39 39 /* reserved pte's for temporary kernel mappings */ 40 40 FIX_KMAP_BEGIN, 41 41 FIX_KMAP_END = FIX_KMAP_BEGIN + 42 - (KM_MAX_IDX * NR_CPUS * DCACHE_N_COLORS) - 1,42 + (KM_TYPE_NR * NR_CPUS * DCACHE_N_COLORS) - 1,43 43 #endif 44 44 __end_of_fixed_addresses 45 45 };