hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/xtensa/include/asm/fixmap.h
....@@ -16,7 +16,7 @@
1616 #ifdef CONFIG_HIGHMEM
1717 #include <linux/threads.h>
1818 #include <linux/pgtable.h>
19
-#include <asm/kmap_size.h>
19
+#include <asm/kmap_types.h>
2020 #endif
2121
2222 /*
....@@ -39,7 +39,7 @@
3939 /* reserved pte's for temporary kernel mappings */
4040 FIX_KMAP_BEGIN,
4141 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,
4343 #endif
4444 __end_of_fixed_addresses
4545 };