hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/mips/include/asm/fixmap.h
....@@ -17,7 +17,7 @@
1717 #include <spaces.h>
1818 #ifdef CONFIG_HIGHMEM
1919 #include <linux/threads.h>
20
-#include <asm/kmap_size.h>
20
+#include <asm/kmap_types.h>
2121 #endif
2222
2323 /*
....@@ -52,7 +52,7 @@
5252 #ifdef CONFIG_HIGHMEM
5353 /* reserved pte's for temporary kernel mappings */
5454 FIX_KMAP_BEGIN = FIX_CMAP_END + 1,
55
- FIX_KMAP_END = FIX_KMAP_BEGIN + (KM_MAX_IDX * NR_CPUS) - 1,
55
+ FIX_KMAP_END = FIX_KMAP_BEGIN+(KM_TYPE_NR*NR_CPUS)-1,
5656 #endif
5757 __end_of_fixed_addresses
5858 };