hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/sparc/include/asm/vaddrs.h
....@@ -32,13 +32,13 @@
3232 #define SRMMU_NOCACHE_ALCRATIO 64 /* 256 pages per 64MB of system RAM */
3333
3434 #ifndef __ASSEMBLY__
35
-#include <asm/kmap_size.h>
35
+#include <asm/kmap_types.h>
3636
3737 enum fixed_addresses {
3838 FIX_HOLE,
3939 #ifdef CONFIG_HIGHMEM
4040 FIX_KMAP_BEGIN,
41
- FIX_KMAP_END = (KM_MAX_IDX * NR_CPUS),
41
+ FIX_KMAP_END = (KM_TYPE_NR * NR_CPUS),
4242 #endif
4343 __end_of_fixed_addresses
4444 };